git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dbfb16
)
another fix for running under cgi-bin
author
Andrew Tridgell
<tridge@samba.org>
Sat, 14 Mar 1998 04:20:55 +0000
(
04:20
+0000)
committer
Andrew Tridgell
<tridge@samba.org>
Sat, 14 Mar 1998 04:20:55 +0000
(
04:20
+0000)
source/web/swat.c
patch
|
blob
|
history
diff --git
a/source/web/swat.c
b/source/web/swat.c
index 987520d2cfec0322e107eb674ff8f90cad92c7d8..fc33a15a0eb93f8c947e58c6b6d18b0f2fa8bc68 100644
(file)
--- a/
source/web/swat.c
+++ b/
source/web/swat.c
@@
-88,8
+88,8
@@
static void show_parameter(int snum, struct parm_struct *parm)
ptr = lp_local_ptr(snum, ptr);
}
- printf("<tr><td><A HREF=\"help/parameters.html#%s\">?</A> %s</td><td>",
- parm->label, parm->label);
+ printf("<tr><td><A HREF=\"
%s
help/parameters.html#%s\">?</A> %s</td><td>",
+
cgi_rooturl(),
parm->label, parm->label);
switch (parm->type) {
case P_CHAR: