$v) { if($k != "wysiwyg" && gettype($_POST[$k]) == "string") $_POST[$k] = str_replace('"', '"', str_replace("'", "'", stripslashes($v))); } // Should we redirect to the setup script? if($GLOBALS["AL_CFG"]["isSetup"] == 0) { header("Location: admin/install.php"); die(); } } } ?>