Файловый менеджер - Редактировать - /var/www/iplanru/data/www/i-plan.ru/media/zoo/applications/jbuniversal/framework/helpers/jbnotify.php
Назад
<?php /** * JBZoo is universal CCK, application for YooTheme Zoo component * @package JBZoo * @author JBZoo App http://jbzoo.com * @copyright Copyright (C) JBZoo.com * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ // no direct access defined('_JEXEC') or die('Restricted access'); class JBNotifyHelper extends AppHelper { /** * Show warning message * @param $message string * @return mixed */ public function warning($message) { return $this->app->error->raiseWarning(0, $message); } /** * Show warning message * @param $message string * @return mixed */ public function notice($message) { return $this->app->error->raiseNotice(0, $message); } /** * Show error message * @param $message * @return mixed */ public function error($message) { return $this->app->error->raiseError(500, $message); } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45-1~dotdeb+6.1 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка