aboutsummaryrefslogtreecommitdiffstats
path: root/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'upload.php')
-rw-r--r--upload.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/upload.php b/upload.php
new file mode 100644
index 0000000..a6e1637
--- /dev/null
+++ b/upload.php
@@ -0,0 +1,6 @@
+<?php
+require_once("inc/savegame.inc");
+
+uploadSave();
+
+?>