session_start();
if (!isset($_SESSION["permiso"])){
header("Location: ../common/error_page.php") ;
}
include("../common/get_post.php");
include("../config.php");
$lang=$_SESSION["lang"];
include("../lang/admin.php");
include("../lang/dbadmin.php");
include("../lang/soporte.php");
//foreach ($arrHttp as $var=>$value) echo "$var = $value
";
//die;
include("../common/header.php");
?>