diff options
| author | lsces <lester@lsces.co.uk> | 2014-10-22 11:22:51 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-10-22 11:22:51 +0100 |
| commit | 15cdfd9c565b613825bc265da2eeee9d2adb0ee7 (patch) | |
| tree | f5159664c2a4b1a6886f08b6ea9ad83105942450 | |
| parent | fcab4a7123101e475331d2769053dc912708ef88 (diff) | |
| download | articles-15cdfd9c565b613825bc265da2eeee9d2adb0ee7.tar.gz articles-15cdfd9c565b613825bc265da2eeee9d2adb0ee7.tar.bz2 articles-15cdfd9c565b613825bc265da2eeee9d2adb0ee7.zip | |
White space niggles
| -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 |
