diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-30 06:23:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:15 -0500 |
commit | 235789a25a0a7a253c21411a4e3306471894f1cf (patch) | |
tree | f6f8787b2181b38a5f9e3551424b059dd3c6d2bd /swat/esptest | |
parent | 575ebb4c7fedbe3a6ff50344d6f2fcd893ac3e07 (diff) | |
download | samba-235789a25a0a7a253c21411a4e3306471894f1cf.tar.gz samba-235789a25a0a7a253c21411a4e3306471894f1cf.tar.bz2 samba-235789a25a0a7a253c21411a4e3306471894f1cf.zip |
r7090: added back in the showvars test
(This used to be commit 90b50ed983dd1d6aa4f80e38622d1e7dba13b49a)
Diffstat (limited to 'swat/esptest')
-rw-r--r-- | swat/esptest/menu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/esptest/menu.js b/swat/esptest/menu.js index 3b16824fad..3792d30943 100644 --- a/swat/esptest/menu.js +++ b/swat/esptest/menu.js @@ -7,5 +7,5 @@ simple_menu( "session variables", "/esptest/session.esp", "loadparm access", "/esptest/loadparm.esp", "exception handling", "/esptest/exception.esp", - ); + "environment variables", "/esptest/showvars.esp"); |