hola!
i am runnin´ webmin within apache and i encountered
one bug in the samba module:
the html output stops always at the same position:
during the icon table, after "Miscellaneous Options"
<tr>
<td width=25% align=center valign=top>
<table border><tr><td width=48 height=48>
<a href="conf_misc.cgi" ><img src="images/icon_4.gif"
alt="" border=0 width=48
height=48></a></td></tr></table>
<a href="conf_misc.cgi">Miscellaneous Options</a>
</td>
<td width=25% align=center valign=top>
<table border><tr><td width=48 height=48>
<a href="edit_fshare.cgi?share=global" ><img
src="images/icon_5.gif" alt="
do i use webmin as standalone server, the problem
doesn´t occurs !!!
this has something to do with this lines, i guess
starting on line 184 index.cgi
if ($disp) {
print "<hr>\n";
print "<h3>$text{'global_title'}</h3>\n";
&icons_table(\@gc_progs1, \@gc_names1,
\@gc_icons1, $gconfig{'nocols'});
}
Logged In: YES
user_id=129364
I have no idea why that would happen!
Which version of apache are you running?