summaryrefslogtreecommitdiff
path: root/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'module.php')
-rw-r--r--module.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/module.php b/module.php
deleted file mode 100644
index 4767459d0..000000000
--- a/module.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-// $Id$
-
-include_once "includes/common.inc";
-
-if (module_hook($mod, "page")) {
- page_header();
- module_invoke($mod, "page");
- page_footer();
-}
-else {
- header("Location: index.php");
-}
-
-?>