1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

trackback - admin logging, plugin.xml

This commit is contained in:
e107steved
2008-12-20 22:32:36 +00:00
parent 8b43545212
commit 3e6cc88d1c
8 changed files with 162 additions and 195 deletions

View File

@@ -1,20 +1,18 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/trackback/trackbackClass.php,v $
| $Revision: 1.5 $
| $Date: 2007-12-10 22:39:43 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
* e107 website system
*
* Copyright (C) 2001-2008 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* Plugin administration - newsfeeds
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/trackback/trackbackClass.php,v $
* $Revision: 1.6 $
* $Date: 2008-12-20 22:32:36 $
* $Author: e107steved $
*
*/
if (!defined('e107_INIT')) { exit; }