*/ //include("session.php"); require("test_param.php"); /*if(file_exists($_SESSION['config']['lang'].'.php')) { include($_SESSION['config']['lang'].'.php'); } else { $_SESSION['error'] = "Language file missing...
"; }*/ require_once("class_db.php"); require($_SESSION['config']['includedir']."/class_collectivities.php"); $func = new functions(); if(isset($_GET['id'])) { $s_id = addslashes($func->wash($_GET['id'], "no", _COLL)); $s_label = addslashes($_GET['label']); } else { $s_id = ""; } $users = new coll(); $users->formcoll($s_id,$s_label); ?>