]> 4ch.mooo.com Git - test.git/blobdiff - lib/lib_env.php
modified: lib/lib_css.php
[test.git] / lib / lib_env.php
index cb771c16a40a9ab66ccab68f99cf2f162d034f7b..7cedf8180f03f3663bcc8187c941d845f1ce9bd1 100755 (executable)
@@ -1,6 +1,15 @@
 <?php
-/* Enviorment Settings */
-// Do not change unless you renamed the directories
+/**
+ * Yotsubanome Enviorment Library
+ *
+ * Enviorment Settings
+ * Do not change unless you renamed the directories
+ *
+ * @package@
+ * @version@
+ * @date@
+ */
+
 //define("PHP_DIRECTORY", '../test/'); // yotsubanome "C:\windows\system\"
 define("DATA_DIR", PHP_DIRECTORY.'data/'); // data directory
 define("CSS_DIR", DATA_DIR.'css/'); // CSS directory
@@ -8,5 +17,5 @@ define("ICON_DIR", DATA_DIR.'icon/'); // icon directory [Graphics of the softwar
 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
+define("SALTFILE", DATA_DIR.'salt.php'); // saltfile for secure trip codes
 ?>