*/ 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($_GET['folder_id']) || empty($_GET['folder_id'])) { $_SESSION['error'] = _SELECT_FOLDER_FIRST; } else { $s_id = addslashes($func->wash($_GET['folder_id'], "no", _THE_FOLDER)); } ?> <? echo _MODIFY_FOLDER;?>



 






upFolder($_POST['folder_id'], $_POST['folders']); $link = "index.php?page=folders&action=".$_POST['action']."&folder_id=".$_POST['folder_id']; ?> query("select DESCRIPTION from ".$_SESSION['tablename']['folders']." where FOLDER_ID = ".$s_id); $res = $db->fetch_object(); ?>
DESCRIPTION;?>