Skip to content

Commit 93b38b5

Browse files
committed
Set fileDirResOutput in top.ICEcoder
To determine what response output to provide to JS
1 parent fe2391e commit 93b38b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"top.ICEcoder.bugFilePaths = ['".implode("','",$ICEcoder["bugFilePaths"])."'];".
108108
"top.ICEcoder.bugFileCheckTimer = ".$ICEcoder["bugFileCheckTimer"].";".
109109
"top.ICEcoder.bugFileMaxLines = ".$ICEcoder["bugFileMaxLines"].";".
110+
"top.ICEcoder.fileDirResOutput = '".$ICEcoder["fileDirResOutput"]."';".
110111
"top.ICEcoder.newDirPerms = ".$ICEcoder["newDirPerms"].";".
111112
"top.ICEcoder.newFilePerms = ".$ICEcoder["newFilePerms"].";";
112113
if($ICEcoder["githubAuthToken"] != "") {

0 commit comments

Comments
 (0)