Thread: AllaClone 2.0
View Single Post
  #42  
Old 03-21-2012, 02:22 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by chrsschb View Post
That worked!


Now... does anyone know how to add the loot/item links my forum.
Add this to the config.php anywhere, this will get rolled out in the default config in the next SVN submission.

Code:
// PHP Debugging
$DebugMode = FALSE;

	if($DebugMode){
		error_reporting(E_ALL);
		ini_set('display_errors', '1'); 
	}
	else{
		error_reporting(0); 
	}
Reply With Quote