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 7ec3d60 commit 27dd9e5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions custom/bundle-test/index.cfm
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<cfscript>
fileWrite( expandPath('{lucee-config}/password.txt'), "lucee" );
systemOutput( "--- Bundle Test ---- " );
systemOutput( "--- extensions are loaded on demand, so let's trigger them ---- " );
systemOutput( "", true );
Expand All @@ -24,10 +27,10 @@
generateArgon2Hash( "lucee" );
systemOutput( "", true );
admin
admin
type="server"
password="lucee"
action="getBundles"
password="lucee"
action="getBundles"
returnvariable="bundles";
for ( bundle in bundles ){
systemOutput( "#chr(9)# #bundle.symbolicName#, #bundles.version#, #bundles.state#", true );
Expand Down

0 comments on commit 27dd9e5

Please sign in to comment.