diff -r da3bb3e99323 -r 9bcc185dc151 install/includes/common.php --- 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 )