/source/config.inc.php

http://prosporous.googlecode.com/ · PHP · 18 lines · 10 code · 4 blank · 4 comment · 0 complexity · 7a9cf19c04746ea730a48a5b758bd1c7 MD5 · raw file

  1. <?php
  2. $_config['siteName'] = 'CMS????';
  3. $_config['version'] = 'V2.7.7';
  4. /**
  5. *????????
  6. */
  7. $_config['loginImgZh'] = './img/OAbg.jpg';
  8. Tr($_config,'_config');
  9. //????
  10. $app_tpl_w = 'web/';
  11. Tr($app_tpl_w,'app_tpl_w');
  12. $app_tpl_t = 'test/';
  13. Tr($app_tpl_t,'app_tpl_t');
  14. ?>