mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-17 22:07:07 +01:00
Version number, Zip It! plugin & tabWidth
Version number now v 0.7.3 Zip It! is new plugin instead of backupOpenFiles tabWidth now set to 4 chars by default
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$versionNo = "v 0.7.2";
|
||||
$versionNo = "v 0.7.3";
|
||||
$codeMirrorDir = "CodeMirror-2.25";
|
||||
$cMThisVer = 2.25;
|
||||
$tabsIndent = true;
|
||||
@@ -16,9 +16,10 @@ $allowedIPs = array("*");
|
||||
$plugins = array(
|
||||
array("Database Admin","images/database.png","margin-top: 3px","plugins/adminer/adminer-3.3.3-mysql-en.php","_blank",""),
|
||||
array("Batch Image Processor","images/images.png","margin-top: 5px","http://birme.net","_blank",""),
|
||||
array("Backup","images/backup-open-files.png","margin-top: 3px","plugins/backupOpenFiles/index.php","fileControl:<b>Zipping Open Files</b>","10")
|
||||
array("Zip It!","images/zip-it.png","margin-top: 3px","plugins/zip-it/index.php?zip=|","fileControl:<b>Zipping Open Files</b>","10")
|
||||
);
|
||||
$theme = "default";
|
||||
$tabWidth = 4;
|
||||
$previousFiles = "";
|
||||
$last10Files = "";
|
||||
?>
|
||||
Reference in New Issue
Block a user