0
0

Added new lines at the end of files, added edit functionality

This commit is contained in:
Bryan
2019-06-02 14:46:51 +02:00
parent ed20989e14
commit 312d03599f
13 changed files with 137 additions and 11 deletions

View File

@@ -10,6 +10,9 @@
case "insert":
include ( 'lib/php/management/insert.php' );
break;
case "edit":
include ( 'lib/php/management/edit.php' );
break;
default:
http_response_code ( 404 );
include ( 'errors/404.html' );