From: Sean M. P. <peg...@us...> - 2008-07-05 16:40:00
|
Update of /cvsroot/helpmeict/Helpdesk/config In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23061/config Modified Files: Tag: v1_r1 global.conf.php Log Message: Added hack to allow HelpMeICT to work on systems with magic_quotes disabled. The correct fix for this is to add database-specific (via PEAR?) escape functions in the SQL code. Index: global.conf.php =================================================================== RCS file: /cvsroot/helpmeict/Helpdesk/config/global.conf.php,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** global.conf.php 18 Oct 2006 00:09:34 -0000 1.1.2.5 --- global.conf.php 5 Jul 2008 16:39:56 -0000 1.1.2.6 *************** *** 1,4 **** --- 1,6 ---- <?php + require_once("addslashes-hack.php"); + $conf = array( |