]> 4ch.mooo.com Git - test.git/commitdiff
new file: env.php
authorsparky4 <sparky4@4ch.irc.su>
Thu, 17 Feb 2011 15:08:47 +0000 (09:08 -0600)
committersparky4 <sparky4@4ch.irc.su>
Thu, 17 Feb 2011 15:08:47 +0000 (09:08 -0600)
env.php [new file with mode: 0644]

diff --git a/env.php b/env.php
new file mode 100644 (file)
index 0000000..cb771c1
--- /dev/null
+++ b/env.php
@@ -0,0 +1,12 @@
+<?php
+/* Enviorment Settings */
+// Do not change unless you renamed the directories
+//define("PHP_DIRECTORY", '../test/'); // yotsubanome "C:\windows\system\"
+define("DATA_DIR", PHP_DIRECTORY.'data/'); // data directory
+define("CSS_DIR", DATA_DIR.'css/'); // CSS directory
+define("ICON_DIR", DATA_DIR.'icon/'); // icon directory [Graphics of the software go here]
+define("TEMP_DIR", PHP_DIRECTORY.'temp/'); // upload content temperary directory
+define("TPLT_DIR", DATA_DIR.'tplt/'); // template directory
+define("JS_DIR", DATA_DIR.'js/'); // javascript directory
+define("SALTFILE", DATA_DIR.'salt.php'); // saltfile for secure t. codes
+?>