install/includes/common.php
changeset 390 9bcc185dc151
parent 354 979d99a0b00e
child 400 7eef739a5b81
--- a/install/includes/common.php	Tue Jan 29 16:21:52 2008 -0500
+++ b/install/includes/common.php	Tue Jan 29 17:29:08 2008 -0500
@@ -105,6 +105,8 @@
   require(ENANO_ROOT . '/includes/json2.php');
 }
 
+strip_magic_quotes_gpc();
+
 // Build a list of available languages
 $dir = @opendir( ENANO_ROOT . '/language' );
 if ( !$dir )