You've already forked OpenShorte.old
Added new lines at the end of files, added edit functionality
This commit is contained in:
@@ -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' );
|
||||
|
Reference in New Issue
Block a user