=========================== */ include("../classes/user.class.php"); include("../classes/functions.php"); require_once("../classes/configuration.class.php"); require_once('../entry.php'); if ($user->isAdmin()) { ?> gelato :: <?php echo __("admin users")?>

 

".__("The user has been added successfully.")."
"; } } if (isset($_GET["delete"])) { if ($_GET["delete"]=="true") { echo "
".__("The user has been eliminated successfully.")."
"; } } if (isset($_GET["modified"])) { if ($_GET["modified"]=="true") { echo "
".__("The user has been modified successfully.")."
"; } } if (isset($_GET["error"])) { if ($_GET["error"]==1) { echo "
".__("The username is not available.")."
"; } elseif ($_GET["error"]==2) { echo "
".__("Error on the database server:.")." ".$_GET["des"]."
"; } } ?>
getUsers(); if ($user->contarRegistros()>0) { while($register = mysql_fetch_array($rs)) { ?> >
"> ">
urlGelato."/login.php"); } ?>