1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00
php-e107/e107_plugins/metaweblog/admin_config.php
2012-12-08 13:52:05 +01:00

22 lines
722 B
PHP

<?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");
$text = XMLRPC_HELP_011;
$ns -> tablerender(XMLRPC_CONFIG_001, $text);
require_once(e_ADMIN."footer.php");
?>