chage these content in config.php
define("SITE_URL", your url);This is a simple app working by users and sqlite.
You can create, read, update & delete users with this app (CRUD)
You must change the addresses in files ".htaccess" & "config.php"
This app already has 1 user with username: "admin" & password: "admin"
To add page to this project make a php file in templates/modules
write this content in the page:
<?php
function get_title(){
#page title
}
function get_content(){?>
<!--html codes-->
<?php }