summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorc+12024-09-01 21:48:56 -0400
committerc+12024-09-01 21:48:56 -0400
commit94daf8ad98b19afbd4320078b9d1ee25c9fb82f1 (patch)
tree28adfead942eb55dafdf67505bc326bb3f6e2f26 /config
Initial commit.HEADmaster
Allows for the uploading of files.
Diffstat (limited to 'config')
-rw-r--r--config/config.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/config.php b/config/config.php
new file mode 100644
index 0000000..d6fcba7
--- /dev/null
+++ b/config/config.php
@@ -0,0 +1,9 @@
+<?php
+
+$UPLOAD_DIR = "../uploads/";
+$UPLOAD_MAX_SZ = 20000000;
+$FILE_PROCESSING_CMD = "../util/process.out";
+$ID_CMD = "../util/id.out";
+$ADMIN_PASS = "correcthorsebatterystaple"
+
+?>