~poss/opencd/OpenCD

« back to all changes in this revision

Viewing changes to OpenCD/htdocs/opencd/app/config/setting.php

  • Committer: Samad Alaamati
  • Date: 2011-06-24 13:52:17 UTC
  • Revision ID: alamati@gmail.com-20110624135217-f5aa94qck8cpggyr
Resolve compatibility with PHP > 5.3 

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
define("BR", "<br/>"); # very common!
12
12
 
13
 
set_magic_quotes_runtime(false); #jFramework hates magic quotes!
 
13
#set_magic_quotes_runtime(false); #jFramework hates magic quotes!
 
14
#This function is depracted as of PHP 5.3, use ini_set('magic_quotes_runtime', 0); instead.
 
15
ini_set('magic_quotes_runtime', 0);
14
16
 
15
17
define("jf_ErrorHandler",true); //Enables jFramework's built-in error handler
16
18