mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
removed shell selection for user accounts
This commit is contained in:
parent
8e47676fda
commit
4a43952b26
2 changed files with 5 additions and 44 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue