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