View file kab.php

File size: 220B
<?php
include 'inc/db.php';
include 'inc/1.php';
if (!$user)header("Location: /aut.php");
if ($web==0)include_once 'inc/user.menu.php';
else
header("Location: /index.php");
include_once 'inc/foot.php';
?>