summaryrefslogtreecommitdiff
path: root/custom_home.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2025-08-29 13:18:39 +0100
committerlsces <lester@lsces.co.uk>2025-08-29 13:18:39 +0100
commitd388cface6a2f2bc7368fa21d8cb6be2e7179f27 (patch)
treeef3403eb08c68bc333061f224a61775899a98295 /custom_home.php
parentc32ecb5a1051f7c23f25219805af49a348e111c3 (diff)
downloadusers-d388cface6a2f2bc7368fa21d8cb6be2e7179f27.tar.gz
users-d388cface6a2f2bc7368fa21d8cb6be2e7179f27.tar.bz2
users-d388cface6a2f2bc7368fa21d8cb6be2e7179f27.zip
General tools updated to PHP8.4 and namespace
Diffstat (limited to 'custom_home.php')
-rwxr-xr-x[-rw-r--r--]custom_home.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom_home.php b/custom_home.php
index 2edc688..a53f3cb 100644..100755
--- a/custom_home.php
+++ b/custom_home.php
@@ -11,7 +11,7 @@
/**
* required setup
*/
-require_once( '../kernel/includes/setup_inc.php' );
+require_once '../kernel/includes/setup_inc.php';
//ini_set('include_path','.;pear/');
//include('foobar.php');
/*
@@ -30,5 +30,5 @@ print_r($b);
*/
$gBitSystem->verifyFeature( 'users_custom_home' );
// Display the template
-$gBitSystem->display( 'bitpackage:users/custom_home_2.tpl', NULL, array( 'display_mode' => 'display' ));
+$gBitSystem->display( 'bitpackage:users/custom_home_2.tpl', null, array( 'display_mode' => 'display' ));
?>