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

Размер файла: 193B
<?php
session_start();
$cms_theme_UP = trim(file_get_contents('cgf/tema.txt'));


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


?>