/source/config.inc.php
http://prosporous.googlecode.com/ · PHP · 18 lines · 10 code · 4 blank · 4 comment · 0 complexity · 7a9cf19c04746ea730a48a5b758bd1c7 MD5 · raw file
- <?php
-
- $_config['siteName'] = 'CMS????';
- $_config['version'] = 'V2.7.7';
- /**
- *????????
- */
- $_config['loginImgZh'] = './img/OAbg.jpg';
-
- Tr($_config,'_config');
-
- //????
- $app_tpl_w = 'web/';
- Tr($app_tpl_w,'app_tpl_w');
- $app_tpl_t = 'test/';
- Tr($app_tpl_t,'app_tpl_t');
-
- ?>