summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 8ab06a1..6a39117 100755
--- a/index.php
+++ b/index.php
@@ -119,4 +119,4 @@ if( !empty( $_REQUEST['home'] ) ) {
}
$gBitSmarty->assign( 'gBitLanguage', $gBitLanguage );
-$gBitSystem->display( $centerDisplay, $browserTitle , array( 'display_mode' => 'display' ));
+$gBitSystem->display( $centerDisplay, $browserTitle , [ 'display_mode' => 'display' ]);