Arrays declaration
-
In files config.php and analytics.php, you are using “new” arrays declaration such as “$array = [];”…. This is not supported in PHP 5.3 and older.
Can you please, for backward compatibility use former syntax (“$array = array();”) instead?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Arrays declaration’ is closed to new replies.