1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/web_server/esp
Andrew Tridgell 1511cde44c r7002: added support for getting at loadparm config parameters via lpGet() in esp scripts
lpGet takes 4 forms
    v = lpGet("type:parm");             gets a parametric variable
    v = lpGet("share", "type:parm");    gets a parametric variable on a share
    v = lpGet("parm");                  gets a global variable
    v = lpGet("share", "parm");         gets a share variable

in all cases a ejs object of the appropriate type for the variable is returned.

This commit also adds the function typeof() which returns the type of an object
(This used to be commit 5537a0d38d)
2007-10-10 13:17:04 -05:00
..
esp.c r7002: added support for getting at loadparm config parameters via lpGet() in esp scripts 2007-10-10 13:17:04 -05:00
esp.h r7002: added support for getting at loadparm config parameters via lpGet() in esp scripts 2007-10-10 13:17:04 -05:00
espEnv.h r6981: first version of the builtin web server for Samba4 2007-10-10 13:17:01 -05:00
espProcs.c r6987: - make sure esp pages cannot read data outside of the swat directory 2007-10-10 13:17:02 -05:00