summaryrefslogtreecommitdiff
path: root/modules/about.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/about.module')
-rw-r--r--modules/about.module9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/about.module b/modules/about.module
deleted file mode 100644
index 3b3694866..000000000
--- a/modules/about.module
+++ /dev/null
@@ -1,9 +0,0 @@
-<?
-
-$module = array("admin" => "about_admin");
-
-function about_admin() {
- print "under construction";
-}
-
-?> \ No newline at end of file