2 Star 1 Fork 1

Zjmainstay / Joomla FirePHP Plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
firephp.php 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zjmainstay 提交于 2013-10-07 21:25 . Init Core code
<?php
/**
* TorTags component for Joomla 1.6, Joomla 1.7, Joomla 2.5
* @package TorTags
* @author Zjmainstay
* @Copyright Copyright (C) Tormix, www.tormix.com
* @license GNU/GPL http://www.gnu.org/copyleft/gpl.html
*
*/
defined( '_JEXEC' ) or die( 'Restricted access' );
jimport( 'joomla.plugin.plugin' );
if(!defined('_FirePHP')){
define('_FirePHP', 1);
require dirname(__FILE__) .'/FirePHPCore/fb.php';
}
class plgSystemFirephp extends JPlugin
{
function __construct(& $subject, $config)
{
parent::__construct($subject, $config);
$this->loadLanguage('plg_system_firephp');
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/Zjmainstay/Joomla-FirePHP-Plugin.git
git@gitee.com:Zjmainstay/Joomla-FirePHP-Plugin.git
Zjmainstay
Joomla-FirePHP-Plugin
Joomla FirePHP Plugin
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891