0
0

Prepared website with even cleaner file structure and layout

This commit is contained in:
Bryan 2019-05-29 19:33:35 +02:00
parent c399808706
commit 6294ae5d50
No known key found for this signature in database
GPG Key ID: 6CB4C49B61AD50EF
4 changed files with 2 additions and 2 deletions

View File

@ -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' );

View File

@ -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 );