*/ include("session.php"); require_once("class_functions.php"); require_once("class_db.php"); if(file_exists($_SESSION['config']['lang'].'.php')) { include($_SESSION['config']['lang'].'.php'); } else { $_SESSION['error'] = "Language file missing...
"; } $func = new functions(); $db = new dbquery(); $db->connect(); if(!isset($_REQUEST['folder_id']) || empty($_REQUEST['folder_id'])) { $_SESSION['error'] = _SELECT_FOLDER_FIRST; } else { $s_id = addslashes($func->wash($_REQUEST['folder_id'], "no", _THE_FOLDER)); } ?> <?php echo _ADD_FOLDER;?>



 






addFolder($_REQUEST['folders'],$s_id); ?> query("select DESCRIPTION from ".$_SESSION['tablename']['folders']." where FOLDER_ID = ".$s_id); $res = $db->fetch_object(); ?>
DESCRIPTION;?>