New var to define if we are OK to open last files

This commit is contained in:
Matt Pass
2012-07-25 17:44:00 +01:00
parent 4eb6ffc618
commit 862777f067

View File

@@ -36,6 +36,7 @@ if ($ICEcoder["checkUpdates"]) {
shortURLStarts = "<?php echo $shortURLStarts;?>";
theme = "<?php echo $ICEcoder["theme"]=="default" ? 'icecoder' : $ICEcoder["theme"];?>";
tabsIndent = <?php echo $ICEcoder["tabsIndent"] ? 'true' : 'false';?>;
openLastFiles = <?php echo $ICEcoder["openLastFiles"] ? 'true' : 'false';?>;
tabWidth = <?php echo $ICEcoder["tabWidth"]; ?>;
<?php
echo 'fullPath = "'.$ICEcoder["root"].'";'.PHP_EOL;