From 94fd764d3c3bdf31808747e7c8b4e6e863360904 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Fri, 3 May 2024 10:40:32 +0200 Subject: [PATCH] remove debug, now passes --- core/src/main/cfml/context/admin/web.cfm | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/core/src/main/cfml/context/admin/web.cfm b/core/src/main/cfml/context/admin/web.cfm index 75fd3f49dd..0412cf36a9 100755 --- a/core/src/main/cfml/context/admin/web.cfm +++ b/core/src/main/cfml/context/admin/web.cfm @@ -1,25 +1,3 @@ - - 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 - request.singleMode=getApplicationSettings().singleContext;