We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2391e commit 93b38b5Copy full SHA for 93b38b5
1 file changed
index.php
@@ -107,6 +107,7 @@
107
"top.ICEcoder.bugFilePaths = ['".implode("','",$ICEcoder["bugFilePaths"])."'];".
108
"top.ICEcoder.bugFileCheckTimer = ".$ICEcoder["bugFileCheckTimer"].";".
109
"top.ICEcoder.bugFileMaxLines = ".$ICEcoder["bugFileMaxLines"].";".
110
+ "top.ICEcoder.fileDirResOutput = '".$ICEcoder["fileDirResOutput"]."';".
111
"top.ICEcoder.newDirPerms = ".$ICEcoder["newDirPerms"].";".
112
"top.ICEcoder.newFilePerms = ".$ICEcoder["newFilePerms"].";";
113
if($ICEcoder["githubAuthToken"] != "") {
0 commit comments