Skip to content

Commit

Permalink
remove debug, now passes
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed May 3, 2024
1 parent c4c8f84 commit 94fd764
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions core/src/main/cfml/context/admin/web.cfm
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
<cfscript>
q = queryNew("id");
queryAddRow(q);
querySetCell(q, "id", "ooops");
a = getapplicationsettings();
dump(a);
for (aa in a){
if (isSimpleValue(aa) && aa contains "search")
dump(var=a[aa], label=aa);
}
loop query="q" {
systemOutput("this should crash", true);
systemOutput(id, true); //unscoped, as this.searchResults = false;
echo(id);
}
//echo(cgi.remote_Address);
// echo(remote_Address); // unscoped should crash
url.test =1;
//echo(test); // unscoped should crash
</cfscript>
<cfscript>
request.singleMode=getApplicationSettings().singleContext;
Expand Down

0 comments on commit 94fd764

Please sign in to comment.