2009-10-24 12:50:15 +00:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
+---------------------------------------------------------------+
|
|
|
|
| e107 website system
|
|
|
|
| Easy Admin Page by Cameron. (www.e107coders.org)
|
|
|
|
| a part of Your_plugin v3.0
|
|
|
|
| Released under the terms and conditions of the
|
|
|
|
| GNU General Public License (http://gnu.org).
|
|
|
|
| Suitable only for e107 v0.7
|
|
|
|
+---------------------------------------------------------------+
|
|
|
|
*/
|
|
|
|
require_once("../../class2.php");
|
|
|
|
if(!getperms("P")){ header("location:".e_BASE."index.php"); exit; }
|
|
|
|
|
|
|
|
include_lan(e_PLUGIN."metaweblog/languages/".e_LANGUAGE.".php");
|
|
|
|
require_once(e_ADMIN."auth.php");
|
|
|
|
|
2012-12-08 13:52:05 +01:00
|
|
|
$text = XMLRPC_HELP_011;
|
2009-10-24 12:50:15 +00:00
|
|
|
$ns -> tablerender(XMLRPC_CONFIG_001, $text);
|
|
|
|
require_once(e_ADMIN."footer.php");
|
|
|
|
?>
|