Файл: newstats.ru/newstats.ru/system/controller/out.class.php
Строк: 19
<?php
// Автор проекта GEARBAKC
// Офф.сайт GEARNET.RU
// http://gearnet.ru/users/1
// Только эксклюзивные скрипты!
/**
-------------------------------------------------------------
* Главная страница, основные функции
*
* @application PHPage Engine
* @support http://phpage.ru
* @copyright Copyright (c) 2014 PHPage Group
* @author http://phpage.ru/PHPage-Group
* @documentation http://phpage.ru/documentation
* @license license.txt (see attached file)
* @instruction readme.txt (see attached file)
* @file /system/controller/site.class.php
-------------------------------------------------------------
*/
class out{
public function index(){
Template::run(__CLASS__, 'index');
}
}
?>