/users/config.php

http://showslow.googlecode.com/ · PHP · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 4a62db4403ed1ce32c955e6198010af3 MD5 · raw file

  1. <?php
  2. mb_language('uni');
  3. mb_internal_encoding('UTF-8');
  4. header('Content-type: text/html; charset=utf-8');
  5. require_once(dirname(__FILE__).'/default_config.php');
  6. require_once(dirname(dirname(__FILE__)).'/users_config.php');