Prepared website with even cleaner file structure and layout
This commit is contained in:
parent
c399808706
commit
6294ae5d50
@ -12,7 +12,7 @@
|
|||||||
include ( 'lib/php/login.php' );
|
include ( 'lib/php/login.php' );
|
||||||
break;
|
break;
|
||||||
case "logout":
|
case "logout":
|
||||||
include ( 'lib/php/logout.php' );
|
include ( 'lib/php/management/logout.php' );
|
||||||
break;
|
break;
|
||||||
case "dashboard":
|
case "dashboard":
|
||||||
include ( 'lib/php/dashboard.php' );
|
include ( 'lib/php/dashboard.php' );
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
include ( 'lib/php/manage.php' );
|
include ( 'lib/php/manage.php' );
|
||||||
break;
|
break;
|
||||||
case "insert":
|
case "insert":
|
||||||
include ( 'lib/php/insert.php' );
|
include ( 'lib/php/management/insert.php' );
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
http_response_code ( 404 );
|
http_response_code ( 404 );
|
||||||
|
Reference in New Issue
Block a user