summaryrefslogtreecommitdiff
path: root/view.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2025-08-28 17:12:45 +0100
committerlsces <lester@lsces.co.uk>2025-08-28 17:12:45 +0100
commitca99260af5783d2d12b3f79fbd43a1aadbef15ff (patch)
tree480f93931abd90b5a9982b4e1e577903dbe09520 /view.php
parentc29fea0ae79977f09fd7b4706c88f3ecb90a4575 (diff)
downloadblogs-ca99260af5783d2d12b3f79fbd43a1aadbef15ff.tar.gz
blogs-ca99260af5783d2d12b3f79fbd43a1aadbef15ff.tar.bz2
blogs-ca99260af5783d2d12b3f79fbd43a1aadbef15ff.zip
General code updated to PHP8.4 and namespace
Diffstat (limited to 'view.php')
-rwxr-xr-x[-rw-r--r--]view.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/view.php b/view.php
index 2064f2e..8e85848 100644..100755
--- a/view.php
+++ b/view.php
@@ -13,7 +13,6 @@
/**
* required setup
*/
-require_once( '../kernel/includes/setup_inc.php' );
+require_once '../kernel/includes/setup_inc.php';
-include_once( BLOGS_PKG_INCLUDE_PATH.'display_bitblog_inc.php' );
-?>
+include_once BLOGS_PKG_INCLUDE_PATH.'display_bitblog_inc.php';