Skip to content

Latest commit

 

History

History
executable file
·
20 lines (12 loc) · 391 Bytes

readme.md

File metadata and controls

executable file
·
20 lines (12 loc) · 391 Bytes

BeHonest

Configuration

You'll probably have to add the following to site/config/config.php:

c::set('home', '2015');

Of course, replace 2015 with the current year.

On line 17 of .htaccess, you'll also need to update the RewriteBase to match your server environment.

This is not necessary when run on a UNIX system, when using:

php -S localhost:8000