]> 4ch.mooo.com Git - test.git/blob - lib/lib_env.php
modified: yotsubanome.php
[test.git] / lib / lib_env.php
1 <?php
2 /**
3  * Yotsubanome Enviorment Library
4  *
5  * Enviorment Settings
6  * Do not change unless you renamed the directories
7  *
8  * @package PMCLibrary
9  * @version $Id$
10  * @date $Date$
11  */
12
13 //define("PHP_DIRECTORY", '../test/'); // yotsubanome "C:\windows\system\"
14 define("DATA_DIR", PHP_DIRECTORY.'data/'); // data directory
15 define("CSS_DIR", DATA_DIR.'css/'); // CSS directory
16 define("ICON_DIR", DATA_DIR.'icon/'); // icon directory [Graphics of the software go here]
17 define("TEMP_DIR", PHP_DIRECTORY.'temp/'); // upload content temperary directory
18 define("TPLT_DIR", DATA_DIR.'tplt/'); // template directory
19 define("JS_DIR", DATA_DIR.'js/'); // javascript directory
20 define("SALTFILE", DATA_DIR.'salt.php'); // saltfile for secure trip codes
21 ?>