/users/config.php
http://showslow.googlecode.com/ · PHP · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 4a62db4403ed1ce32c955e6198010af3 MD5 · raw file
- <?php
- mb_language('uni');
- mb_internal_encoding('UTF-8');
- header('Content-type: text/html; charset=utf-8');
- require_once(dirname(__FILE__).'/default_config.php');
- require_once(dirname(dirname(__FILE__)).'/users_config.php');