mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-02 23:03:59 +01:00
BIRME (Batch Image Resizing Made Easy) plugin link removed as I never use this and it's not exactly dev related. Icon removed too. Adminer upgraded to 3.4.0.
24 lines
867 B
PHP
24 lines
867 B
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"),
|
|
"bannedFiles" => array("_coder","wp-",".exe"),
|
|
"allowedIPs" => array("*"),
|
|
"plugins" => array(
|
|
array("Database Admin","images/database.png","margin-top: 3px","plugins/adminer/adminer-3.4.0-mysql-en.php","_blank",""),
|
|
array("Zip It!","images/zip-it.png","margin-top: 3px","plugins/zip-it/?zip=|&exclude=*.doc*.gif*.jpg*.jpeg*.pdf*.png*.swf*.xml*.zip","fileControl:<b>Zipping Files</b>","30")
|
|
),
|
|
"theme" => "default",
|
|
"tabWidth" => 4,
|
|
"previousFiles" => "",
|
|
"last10Files" => ""
|
|
);
|
|
?>
|