aboutsummaryrefslogtreecommitdiffstats
path: root/php/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/upload.php')
-rw-r--r--php/upload.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/php/upload.php b/php/upload.php
index bd72b6b..ee4d8fe 100644
--- a/php/upload.php
+++ b/php/upload.php
@@ -1,6 +1,6 @@
<?php
-require_once "database.php"
-require_once "configuration.php"
+require_once "database.php";
+require_once "configuration.php";
if (!isset( $_POST["filename") || !isset($_POST["the_file"])
{