1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

more tests

This commit is contained in:
mcfly
2008-02-16 21:46:38 +00:00
parent f7d1885113
commit 62fd0ca0c1
3 changed files with 8 additions and 9 deletions

View File

@@ -11,15 +11,15 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum.php,v $
| $Revision: 1.3 $
| $Date: 2008-02-16 20:51:01 $
| $Revision: 1.4 $
| $Date: 2008-02-16 21:46:38 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
if(!defined("e107_INIT")) {
require_once("../../class2.php");
}
//test
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum.php');
require_once(e_PLUGIN.'forum/forum_class.php');

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/plugin.php,v $
| $Revision: 1.4 $
| $Date: 2008-02-16 20:51:01 $
| $Revision: 1.5 $
| $Date: 2008-02-16 21:46:38 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
@@ -21,7 +21,7 @@ if (!defined('e107_INIT')) { exit; }
@include_once(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_conf.php');
@include_once(e_PLUGIN.'forum/languages/English/lan_forum_conf.php');
//test
// Plugin info -------------------------------------------------------------------------------------------------------
$eplug_name = 'Forum';