You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
253 B

<?php
//LE::$ALC->logout();
LE::$ALC->set_lev(4);
//тут будет контроллер
LE::$TPL->mod_cont .= "<h1>Добро пожаловать в секретный раздел</h1>";
LE::$TPL->mod_cont .= "kokoko2222";
LE::$TPL->display();