Skip to content

Commit

Permalink
Update index.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 28, 2024
1 parent ea964cb commit 1a8c73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom/bundle-test/index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
adminPassword = "lucee-test";
/*
systemOutput( "", true );
systemOutput( "writing password to #expandPath('{lucee-config}/password.txt')#", true );
fileWrite( expandPath('{lucee-config}/password.txt'), adminPassword );
Expand All @@ -37,7 +37,7 @@
admin
action="checkPassword"
type="server";
*/
/*
admin
action="updatePassword"
Expand Down

0 comments on commit 1a8c73c

Please sign in to comment.