diff options
| -rw-r--r-- | admin/admin_topics.php | 2 | ||||
| -rw-r--r-- | admin/index.php | 2 | ||||
| -rw-r--r-- | modules/index.php | 2 | ||||
| -rw-r--r-- | modules/mod_articles.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/admin/admin_topics.php b/admin/admin_topics.php index 7afe06e..12e92ef 100644 --- a/admin/admin_topics.php +++ b/admin/admin_topics.php @@ -1,4 +1,4 @@ -<?php +<?php // $Header$ require_once '../../kernel/setup_inc.php'; diff --git a/admin/index.php b/admin/index.php index 1e6de35..30a5490 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1,4 +1,4 @@ -<?php +<?php // This is not a package. header ("location: ../index.php"); diff --git a/modules/index.php b/modules/index.php index 1e6de35..30a5490 100644 --- a/modules/index.php +++ b/modules/index.php @@ -1,4 +1,4 @@ -<?php +<?php // This is not a package. header ("location: ../index.php"); diff --git a/modules/mod_articles.php b/modules/mod_articles.php index e048758..b3120e7 100644 --- a/modules/mod_articles.php +++ b/modules/mod_articles.php @@ -1,4 +1,4 @@ -<?php +<?php /** * @version $Header$ * @package articles |
