From da817b1550c64dbfa581514169637a68b0bc2499 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 May 2005 03:59:12 +0000 Subject: r7003: added an example script for fetching smb.conf parameters from esp scripts (This used to be commit a9f0caaaf3c72548e61311fe071c6158177bc7f4) --- swat/esptest/index.esp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swat/esptest/index.esp') diff --git a/swat/esptest/index.esp b/swat/esptest/index.esp index f229732e3e..e85937e4bf 100644 --- a/swat/esptest/index.esp +++ b/swat/esptest/index.esp @@ -1,5 +1,5 @@ <% - var tests = new Array("formtest", "showvars", "include", "session"); + var tests = new Array("formtest", "showvars", "include", "session", "loadparm"); %> -- cgit