]> git.mxchange.org Git - simple-upload.git/blobdiff - config-local.php-dist
Added example file for config-local.php (please copy, not rename it)
[simple-upload.git] / config-local.php-dist
diff --git a/config-local.php-dist b/config-local.php-dist
new file mode 100644 (file)
index 0000000..4cb65c7
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+// Local configuration file
+$settings['some_foo'] = 'FOO';
+
+// Copy to config-local.php (not rename) and make your changes