diff --git a/lib/template-system.php b/lib/template-system.php index 7ee1606..61ccff0 100644 --- a/lib/template-system.php +++ b/lib/template-system.php @@ -1,7 +1,7 @@ "7.0", "docRoot" => $_SERVER[\'DOCUMENT_ROOT\'], // Set absolute path of another location if needed "demoMode" => false, @@ -13,5 +13,5 @@ $ICEcoderSettings = array( "newDirPerms" => 755, "newFilePerms" => 644, "enableRegistration" => true -); +]; ?>'; diff --git a/lib/template-users.php b/lib/template-users.php index 4c2db47..e726bda 100644 --- a/lib/template-users.php +++ b/lib/template-users.php @@ -1,5 +1,5 @@ "7.0", "licenseEmail" => "v7free@icecoder.net", "licenseCode" => "93be18fba1dee0e186031907422a0f8df3462568bfd0161e1504", @@ -12,16 +12,16 @@ $ICEcoderUserSettings = array( "backupsKept" => true, "backupsDays" => 14, "deleteToTmp" => true, -"findFilesExclude" => array(".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"), +"findFilesExclude" => [".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"], "codeAssist" => true, "visibleTabs" => false, "lockedNav" => true, "tagWrapperCommand" => "ctrl+alt", "autoComplete" => "keypress", "password" => "", -"bannedFiles" => array(), -"bannedPaths" => array("/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"), -"allowedIPs" => array("*"), +"bannedFiles" => [], +"bannedPaths" => ["/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"], +"allowedIPs" => ["*"], "autoLogoutMins" => 0, "theme" => "default", "fontSize" => "13px", @@ -36,14 +36,14 @@ $ICEcoderUserSettings = array( "indentSize" => 4, "pluginPanelAligned" => "left", "scrollbarStyle" => "overlay", -"bugFilePaths" => array(), +"bugFilePaths" => [], "bugFileCheckTimer" => 0, "bugFileMaxLines" => 0, -"plugins" => array(), -"ftpSites" => array(), +"plugins" => [], +"ftpSites" => [], "tutorialOnLogin" => true, "tipsOnLogin" => true, "previousFiles" => "", "last10Files" => "", -"favoritePaths" => array() -); +"favoritePaths" => [] +];