summaryrefslogtreecommitdiff
path: root/read.php
diff options
context:
space:
mode:
Diffstat (limited to 'read.php')
-rw-r--r--read.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/read.php b/read.php
index c235eac..aa3c0b3 100644
--- a/read.php
+++ b/read.php
@@ -8,7 +8,7 @@
/**
* Initialization
*/
-require_once( '../kernel/setup_inc.php' );
+require_once '../kernel/setup_inc.php';
require_once( ARTICLES_PKG_PATH.'BitArticle.php' );
@@ -62,4 +62,3 @@ if( @$gContent->mInfo['allow_comments'] == 'y' ) {
// Display the Index Template
$gBitSystem->display( 'bitpackage:articles/read_article.tpl', @$gContent->mInfo['title'] , array( 'display_mode' => 'display' ));
-?>