00001 <?php if(!function_exists('startedIndexPhp')) { header("location:../index.php"); exit;}
00002
00011 #confChange('USE_PROFILER',TRUE);
00012 #confChange('DISPLAY_ERROR_LIST', 'DETAILS');
00013 #confChange('LOG_LEVEL', LOG_ALL);
00014 #confChange('CHECK_IP_ADDRESS', false);
00015 #confChange('USE_MOD_REWRITE', true);
00016
00017 ### uncomment the following line if you upgraded from mySQL 4
00018 #confChange('DB_USE_UTF8_ENCODING',false);
00019
00020 confChange('ANONYMOUS_USER', 2203);
00021 confChange('SQL_MODE', "STRICT_ALL_TABLES,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION");
00022 #confChange('SQL_MODE', "STRICT_ALL_TABLES");
00023
00024 confChange('EMAIL_ADMINISTRATOR','thomas@pixtur.de');
00025
00026 confChange('REGISTER_NEW_USERS', true);
00027 confChange('REGISTER_NEW_USERS_TO_PROJECT', 1908);
00028
00029 #function postInitCustomize()
00030 #{
00031 # global $PH;
00032 # $PH->hash['projView']->req= 'pages/custom_projView.inc.php';
00033 # $PH->hash['projViewFiles']->req= 'pages/custom_projViewFiles.inc.php';
00034 #}
00035
00036 ?>