0 && substr($goto, 0, 2) != './') { unset($goto); } // end if // Strip slahes from $db / $table values if (get_magic_quotes_gpc()) { if (isset($db)) { $db = stripslashes($db); } if (isset($table)) { $table = stripslashes($table); } } } // $__PMA_GRAB_GLOBALS_LIB__ ?>