*/ require_once("class_db.php"); require("class_extensions.php"); $func = new functions(); if(isset($_GET['id'])) { $s_id = addslashes($func->wash($_GET['id'], "no", _THE_MODEL)); } else { $s_id = ""; } if(isset($_REQUEST['path'])) { $s_path = addslashes($func->wash($_REQUEST['path'], "no", _THE_MODEL)); } else { $s_path = ""; } $ext= new extensions(); $ext->formextension("add"); ?>