diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-06-03 16:52:57 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-06-03 16:52:57 +0200 |
commit | 586272ccec099913814c0171d7616ad737421ac7 (patch) | |
tree | c2cafa94b2e20b3ba5f167d011fbeace55401dce /www-ssl/index.php | |
parent | 7bee3ce4d20a569e76ad6405e3cafa4aebe23c58 (diff) |
begin pentabarf import
Diffstat (limited to 'www-ssl/index.php')
-rw-r--r-- | www-ssl/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www-ssl/index.php b/www-ssl/index.php index 71c13d15..e1a4496f 100644 --- a/www-ssl/index.php +++ b/www-ssl/index.php @@ -106,6 +106,10 @@ if (in_array($p, $privileges)) { require_once ('includes/pages/admin_language.php'); $content = admin_language(); } + elseif ($p == "admin_import") { + require_once ('includes/pages/admin_import.php'); + $content = admin_import(); + } elseif ($p == "admin_log") { require_once ('includes/pages/admin_log.php'); $content = admin_log(); |