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 79b7326 commit 9af5af6
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 @@ -59,8 +59,8 @@
}
if (!checkPassword() ) {
systemOutput( "try writing password to #expandPath('{lucee-config}/password.txt')#", true );
fileWrite( expandPath('{lucee-config}/password.txt'), adminPassword );
systemOutput( "try writing password to #expandPath('{lucee-server}/password.txt')#", true );
fileWrite( expandPath('{lucee-server}/password.txt'), adminPassword );
systemOutput( "check password", true );
admin
Expand Down

0 comments on commit 9af5af6

Please sign in to comment.