Просмотр файла adm/cgf.php
<?php session_start(); $cms_theme_UP = trim(file_get_contents('cgf/tema.txt')); if ($_SESSION['cms_theme'] != '') { } else { $_SESSION['cms_theme'] = $cms_theme_UP; } ?>
<?php session_start(); $cms_theme_UP = trim(file_get_contents('cgf/tema.txt')); if ($_SESSION['cms_theme'] != '') { } else { $_SESSION['cms_theme'] = $cms_theme_UP; } ?>