From ff32e499745367b816d10f25e63ff3328214c32f Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Mon, 13 Aug 2012 10:45:23 +0000 Subject: - Import moonmoon - Create repo per langs --- common/admin/administration.php | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 common/admin/administration.php (limited to 'common/admin/administration.php') diff --git a/common/admin/administration.php b/common/admin/administration.php new file mode 100755 index 0000000..1202e91 --- /dev/null +++ b/common/admin/administration.php @@ -0,0 +1,42 @@ +getPeople(); +$page_id = 'admin-admin'; +$header_extra = <<<"HTML" + + +HTML; + +$page_content = <<<"FRAGMENT" + +
+

{$l10n->getString('Clear cache')}

+
+

+

{$l10n->getString('Clearing the cache will make moonmoon reload all feeds.')}

+
+
+ +
+

{$l10n->getString('Change administrator password')}

+
+

+
+
+ +FRAGMENT; + +$footer_extra = ''; +$admin_access = 1; +require_once dirname(__FILE__) . '/template.php'; -- cgit v1.2.1