Просмотр файла adm/cgf.php

Размер файла: 261B
<?php
		@session_start();
error_reporting(E_ALL ^ E_NOTICE);

$cms = $_SERVER['DOCUMENT_ROOT'].'/';
$cms_theme_UP = trim(file_get_contents($cms.'cgf/tema.txt'));

if ($_SESSION['cms_theme'] == '')
 {
 $_SESSION['cms_theme'] = $cms_theme_UP;
 }

?>