user function

This commit is contained in:
Serghey Rodin 2012-07-01 01:10:56 +03:00
commit e734d14637
43 changed files with 1280 additions and 54 deletions

View file

@ -14,7 +14,7 @@ include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
top_panel($user,$TAB);
// Are you admin?
if ($_SESSION['user'] == 'admin') {
//if ($_SESSION['user'] == 'admin') {
// Check user argument?
if (empty($_GET['job'])) {
@ -78,7 +78,7 @@ if ($_SESSION['user'] == 'admin') {
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/edit_cron.html');
unset($_SESSION['error_msg']);
unset($_SESSION['ok_msg']);
}
//}
// Footer
include($_SERVER['DOCUMENT_ROOT'].'/templates/footer.html');