Просмотр файла blackgbs/exit.php
- <?php
- include 'config.php';
- if ($pass==$user_pass)
- {
- $_SESSION['userpass']='';
- }
- $site='http://'.$_SERVER['HTTP_HOST'].''.str_replace('exit.php','index.php',$_SERVER['PHP_SELF']);
- header ("Location: $site");
- ?>
- <?php
- include 'config.php';
- if ($pass==$user_pass)
- {
- $_SESSION['userpass']='';
- }
- $site='http://'.$_SERVER['HTTP_HOST'].''.str_replace('exit.php','index.php',$_SERVER['PHP_SELF']);
- header ("Location: $site");
- ?>