/* Decoded by unphp.net */
include("./includes/connection.php");
include("./includes/header.php");
$controlforminput = '';
if(!isset($_SESSION['userinfo'])){
@session_destroy();
header("Location: ../index.php?InvalidPrivilege=yes");
}
if(isset($_SESSION['userinfo']['Setup_And_Configuration'])){
if($_SESSION['userinfo']['Setup_And_Configuration'] != 'yes'){
header("Location: ./index.php?InvalidPrivilege=yes");
}
}else{
@session_destroy();
header("Location: ../index.php?InvalidPrivilege=yes");
}
;echo '
';
if(isset($_SESSION['userinfo'])){
if($_SESSION['userinfo']['Setup_And_Configuration'] == 'yes'){
;echo '
BACK
';}};echo '