]> 4ch.mooo.com Git - test.git/commitdiff
modified: lib/lib_css.php
authorsparky4 <sparky4@4ch.irc.su>
Thu, 24 Feb 2011 12:09:56 +0000 (06:09 -0600)
committersparky4 <sparky4@4ch.irc.su>
Thu, 24 Feb 2011 12:09:56 +0000 (06:09 -0600)
modified:   lib/lib_env.php

lib/lib_css.php
lib/lib_env.php

index a9edad3c15abc454df2c30fd5daf74402e333249..e4dde3b443b6549095ec7a7082204f6d47320394 100644 (file)
@@ -4,13 +4,14 @@
  *
  * CSS data base loader for main program
  *
+ * http://www.magmagateau.com/fuukaba/ is the source of the code
+ *
  * @package@
  * @version@
  * @date@
  */
 
 /* css data */
-// http://www.magmagateau.com/fuukaba/ is the source of the code below
 $style_load = false;
 $style_bar = '';
 
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
 ?>