Skip to content

Commit 3432f9c

Browse files
committed
newDirPerms and newFilePerms available in JS now
1 parent f1b0903 commit 3432f9c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@
9898
"top.ICEcoder.autoComplete = '".$ICEcoder["autoComplete"]."';".
9999
"top.ICEcoder.bugFilePaths = ['".implode("','",$ICEcoder["bugFilePaths"])."'];".
100100
"top.ICEcoder.bugFileCheckTimer = ".$ICEcoder["bugFileCheckTimer"].";".
101-
"top.ICEcoder.bugFileMaxLines = ".$ICEcoder["bugFileMaxLines"].";";
101+
"top.ICEcoder.bugFileMaxLines = ".$ICEcoder["bugFileMaxLines"].";".
102+
"top.ICEcoder.newDirPerms = ".$ICEcoder["newDirPerms"].";".
103+
"top.ICEcoder.newFilePerms = ".$ICEcoder["newFilePerms"].";";
102104
if($ICEcoder["githubAuthToken"] != "") {
103105
$_SESSION['githubAuthToken'] = $ICEcoder["githubAuthToken"];
104106
echo "top.ICEcoder.githubAuthTokenSet = true;";

0 commit comments

Comments
 (0)