This project is currently undergoing a complete rewrite and modernization in development branch.
LOGIN: admin PASSWORD: admin
Custom pages
create a file in /pages NAME_OF_FILE.php, for example test.php
insert this into a file:
Then open .htaccess and add new rule.
RewriteRule ^test$ index.php?page=test
Now this page will be available at LINK_TO_YOUR_WEBSITE/test