removed shell selection for user accounts

This commit is contained in:
Serghey Rodin 2015-07-16 02:25:57 +03:00
commit 4a43952b26
2 changed files with 5 additions and 44 deletions

View file

@ -7,8 +7,6 @@ $TAB = 'USER';
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
// Header
include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
// Check user argument
if (empty($_GET['user'])) {
@ -165,6 +163,11 @@ if (!empty($_POST['save'])) {
}
}
// Header
include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
// Panel
if (!empty($_SESSION['look'])) {
top_panel($user,$TAB);