А ето реално какво представлява:
<?php
ob_start();
session_start();
include('includes/functions.php');
include('config.php');
include('includes/security.php');
if (file_exists('install.php')) {
header("Location:install.php");
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...