//-------------->
if ($_GET[switchapp] == tru) $_SESSION[app] = $nothing;
//---------------------------------------------------->
$authcommands = 'AND STATUS = \'1\'';
$login_form = 'authorize_form_admin.php';
//-------------------------------------->
include '../include/mysql.php';
$page = $_GET[page];
if (empty($_SESSION['app'])) {
$_SESSION['app'] = "$_GET[app]"; $app=$_GET[app];
} else
$app = $_SESSION['app'];
include '../include/global.php';
include '../library/authorize.php';
include '../function/show_categories.php';
include '../function/category_header.php';
include '../function/textfield_layout.php';
include '../function/pulldown.php';
include '../function/retro_list.php';
include '../function/foot.php';
//---------------------------->
if ($login == fail) die();
if (empty($app))
$page = 'main';
elseif (empty($page))
$page = "../application/$app/main";
?>
|
|
|
Welcome administrator : $username! [ Sign Out ]";
if (empty($app)) {} else { echo " [ Main Menu ]"; }
?>
|
|
[ Start ]";
?>
|
|