mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-02 23:03:59 +01:00
basePath variable
To define the document root level of the server
This commit is contained in:
@@ -40,6 +40,7 @@ openLastFiles = <?php echo $ICEcoder["openLastFiles"] ? 'true' : 'false';?>;
|
||||
tabWidth = <?php echo $ICEcoder["tabWidth"]; ?>;
|
||||
<?php
|
||||
echo 'fullPath = "'.$ICEcoder["root"].'";'.PHP_EOL;
|
||||
echo 'basePath = "'.$_SERVER['DOCUMENT_ROOT'].'";'.PHP_EOL;
|
||||
?>
|
||||
window.onbeforeunload = function() {
|
||||
for (var i=0; i<=top.ICEcoder.changedContent.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user