summaryrefslogtreecommitdiff
path: root/module.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-01-06 19:51:01 +0000
committerDries Buytaert <dries@buytaert.net>2003-01-06 19:51:01 +0000
commit89b2069e4dcc160835eefa0ba11da550c31bdafc (patch)
tree773450f8397097adf4c186eabb8bc0ff53c0ea77 /module.php
parent97858f9b2ebf7f32f00ab7688dc2eb6b3371207b (diff)
downloadbrdo-89b2069e4dcc160835eefa0ba11da550c31bdafc.tar.gz
brdo-89b2069e4dcc160835eefa0ba11da550c31bdafc.tar.bz2
- Clean URL patch.
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");
-}
-
-?>