Files
ICEcoder/lib/template-users.php
2020-07-07 18:41:46 +01:00

50 lines
1.3 KiB
PHP

<?php
$ICEcoderUserSettings = [
"versionNo" => "7.0",
"licenseEmail" => "v7free@icecoder.net",
"licenseCode" => "93be18fba1dee0e186031907422a0f8df3462568bfd0161e1504",
"configCreateDate" => 0,
"root" => "",
"checkUpdates" => true,
"openLastFiles" => true,
"updateDiffOnSave" => true,
"languageUser" => "english.php",
"backupsKept" => true,
"backupsDays" => 14,
"deleteToTmp" => true,
"findFilesExclude" => [".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"],
"codeAssist" => true,
"visibleTabs" => false,
"lockedNav" => true,
"tagWrapperCommand" => "ctrl+alt",
"autoComplete" => "keypress",
"password" => "",
"bannedFiles" => [],
"bannedPaths" => ["/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"],
"allowedIPs" => ["*"],
"autoLogoutMins" => 0,
"theme" => "default",
"fontSize" => "13px",
"lineWrapping" => false,
"lineNumbers" => true,
"showTrailingSpace" => true,
"matchBrackets" => true,
"autoCloseTags" => true,
"autoCloseBrackets" => true,
"indentWithTabs" => false,
"indentAuto" => true,
"indentSize" => 4,
"pluginPanelAligned" => "left",
"scrollbarStyle" => "overlay",
"bugFilePaths" => [],
"bugFileCheckTimer" => 0,
"bugFileMaxLines" => 0,
"plugins" => [],
"ftpSites" => [],
"tutorialOnLogin" => true,
"tipsOnLogin" => true,
"previousFiles" => "",
"last10Files" => "",
"favoritePaths" => []
];