Some small changes, backend is basically complete now

This commit is contained in:
Jacob 2023-09-30 19:49:24 +02:00
parent a086b9b9b7
commit 52abfb49bc
3 changed files with 41 additions and 41 deletions

View file

@ -1,4 +1,9 @@
<?php <?php
/* curload
* Simple file uploading using POST requests and temporary keys
* Licensed under the GNU Affero General Public License version 3.0
*/
include "config.php"; include "config.php";
include "add-keys.php"; include "add-keys.php";

View file

@ -1,6 +0,0 @@
<?php
include "config.php";
include "create-table.php";
// TODO: functions that return data from databases
?>

View file

@ -3,6 +3,7 @@
* Simple file uploading using POST requests and temporary keys * Simple file uploading using POST requests and temporary keys
* Licensed under the GNU Affero General Public License version 3.0 * Licensed under the GNU Affero General Public License version 3.0
*/ */
include "config.php"; include "config.php";
include "create-table.php"; include "create-table.php";