Просмотр файла wap/index.php

Размер файла: 943B
<?php
#-----------------------------------------------------#
#          ********* WAP-MOTORS *********             #
#             Made by   :  VANTUZ                     #
#               E-mail  :  [email protected]         #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#        для его дальнейшего распространения          #
#-----------------------------------------------------#	
require_once ("../includes/start.php");
require_once ("../includes/functions.php");
require_once ("../includes/header.php");

if ($_SESSION['my_themes']!='lite') {$_SESSION['my_themes'] = 'lite';} else {$_SESSION['my_themes'] = '';}

header ("Location: ../index.php?".SID); exit;
?>