From c4f1fdc949c002c2d662e04ead04e3ec770ad545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Tue, 24 Feb 2009 15:40:37 +0000 Subject: [PATCH] Moving memcacheMonitor to separate module git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1317 44740490-163a-0410-bde0-09ae8108e29a --- {www/admin => modules/memcacheMonitor/www}/memcachestat.php | 3 --- 1 file changed, 3 deletions(-) rename {www/admin => modules/memcacheMonitor/www}/memcachestat.php (95%) diff --git a/www/admin/memcachestat.php b/modules/memcacheMonitor/www/memcachestat.php similarity index 95% rename from www/admin/memcachestat.php rename to modules/memcacheMonitor/www/memcachestat.php index 6a8846357..2b4c0fb7e 100644 --- a/www/admin/memcachestat.php +++ b/modules/memcacheMonitor/www/memcachestat.php @@ -1,6 +1,5 @@ <?php -require_once('../_include.php'); try { @@ -25,5 +24,3 @@ try { } catch(Exception $e) { SimpleSAML_Utilities::fatalError('na', NULL, $e); } - -?> \ No newline at end of file -- GitLab