Просмотр файла inc/ini.php

Размер файла: 989B
<?
#-------------------------------------------#
# Автор скрипта : -=Орёл=- (c)              #
# email         : [email protected]                #  
# icq           : 952-042                   #
# Скрипт распространяется бесплатно:)       #
# Пишу скрипты на заказ обращатся в icq     #                                         
#-------------------------------------------#
session_start();
ini_set('error_reporting', 'E_ALL & ~E_NOTICE & ~E_WARNING');
header("Content-type: text/html; charset=utf-8");
header("Cache-Control: no-cache");
$folder_level = "";
while (!file_exists($folder_level."root.dat")) { $folder_level .= "../"; }
define('DIR', $folder_level);
if (!file_exists(DIR.'inc/dat/sitting.dat')){header('Location: install.php');}
if (file_exists(DIR.'install.php')){echo '<font color="red">Удалите файл install.php он вам больше не понадобится</font>';}
?>