mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-02-24 20:11:17 +01:00
26 lines
1.1 KiB
PHP
26 lines
1.1 KiB
PHP
<?php
|
|
$ICEcoder = array(
|
|
"root" => "",
|
|
"tabsIndent" => true,
|
|
"checkUpdates" => false,
|
|
"openLastFiles" => true,
|
|
"findFilesExclude" => array("_coder",".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"),
|
|
"codeAssist" => true,
|
|
"visibleTabs" => false,
|
|
"lockedNav" => true,
|
|
"accountPassword" => "",
|
|
"restrictedFiles" => array("wp-",".php",".rb",".sql",".zip"),
|
|
"bannedFiles" => array("_coder","wp-",".exe"),
|
|
"allowedIPs" => array("*"),
|
|
"plugins" => array(
|
|
array("Adminer","plugins/adminer/icon.png","margin-top: 3px","plugins/adminer/adminer-3.4.0-mysql-en.php","_blank",""),
|
|
array("Zip It!","plugins/zip-it/icon.png","margin-top: 3px; margin-left: 3px","plugins/zip-it/?zip=|&exclude=*.doc*.gif*.jpg*.jpeg*.pdf*.png*.swf*.xml*.zip","fileControl:<b>Zipping Files</b>","30"),
|
|
array("ICErepo","plugins/ice-repo/icon.png","margin-top: 3px","plugins/ice-repo","_blank",""),
|
|
array("Dochub","plugins/dochub/icon.png","margin-top: 3px","http://dochub.io","_blank","")
|
|
),
|
|
"theme" => "default",
|
|
"tabWidth" => 4,
|
|
"previousFiles" => "",
|
|
"last10Files" => ""
|
|
);
|
|
?>
|