]> 4ch.mooo.com Git - test.git/commitdiff
modified: config.php
authorsparky4 <sparky4@4ch.irc.su>
Tue, 22 Feb 2011 16:43:12 +0000 (10:43 -0600)
committersparky4 <sparky4@4ch.irc.su>
Tue, 22 Feb 2011 16:43:12 +0000 (10:43 -0600)
modified:   yotsubanome.php

config.php
yotsubanome.php

index c09fa30a0e704978fd8bb81642a5167dd797c16d..aaa229aa449e2beaf4736e358e7d20fa47d72c0a 100755 (executable)
@@ -171,7 +171,7 @@ $ModuleList[] = 'mod_bbcode';
 //$ModuleList[] = 'mod_captcha';
 $ModuleList[] = 'mod_catalog';//<-sparky4 needs here .... HELP
 //$ModuleList[] = 'mod_code';//<- missing JS and CSS files
-$ModuleList[] = 'mod_code_prettify';//<-sparky4 is here
+//$ModuleList[] = 'mod_code_prettify';//<-sparky4 is here missing CSS file
 
 //$ModuleList[] = 'mod_dummy';
 //$ModuleList[] = 'mod_edit';//<-important
index 26fe2044eea26175978b8be1350edeb5ab0c3983..61de8ee5709ffc179a5831a8e26076eb53cb95fc 100755 (executable)
@@ -52,14 +52,6 @@ PHP 4.4.9 或更高版本並開啟 GD 和 Zlib 支援,如支援 ImageMagick 
 說明條目可資參考。
 */
 
-
-if(version_compare(PHP_VERSION, '5.0.0', '>=')){ // PHP5+
-       set_error_handler('PMCCore_errorHandler', E_ERROR | E_WARNING | E_USER_ERROR); // Handle Errors
-}else{
-       set_error_handler('PMCCore_errorHandler');
-}
-
-
 //error_reporting(E_ALL); // show all errors for debugging
 
 /* Enviorment Settings */
@@ -78,6 +70,12 @@ include_once(PHP_DIRECTORY.'lib/lib_pte.php'); // 引入PTE外部函式庫
 
 $PTE = new PTELibrary(TEMPLATE_FILE); // PTE Library
 
+if(version_compare(PHP_VERSION, '5.0.0', '>=')){ // PHP5+
+        set_error_handler('PMCCore_errorHandler', E_ERROR | E_WARNING | E_USER_ERROR); // Handle Errors
+}else{
+        set_error_handler('PMCCore_errorHandler');
+}
+
 /* Lockdown [prevents posting] */
 if(file_exists(PHP_DIRECTORY.'lockdown')){
        if($_POST['mode'] == 'usrdel' || $_GET['mode'] == 'latest' || $_GET['res']){