You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
584 B
20 lines
584 B
<!--#set global $topmenu="config"#-->
|
|
<!--#set global $statpath=".."#-->
|
|
<!--#set global $helpsubject="Configure"#-->
|
|
<!--#include $webdir + "/inc_top.tmpl"#-->
|
|
|
|
<!--#set global $submenu=""#-->
|
|
<!--#include $webdir + "/inc_cmenu.tmpl"#-->
|
|
|
|
<h2>$T('configuration')</h2>
|
|
<p>
|
|
<b>$T('confgFile'):</b> $configfn
|
|
</p>
|
|
|
|
$T('explain-Restart')<br/><br/>
|
|
|
|
<form action="saveGeneral" method="post">
|
|
<input type="submit" onclick="this.form.action='restart?session=$session'; this.form.submit(); return false;" value="$T('button-restart')"/>
|
|
</form>
|
|
|
|
<!--#include $webdir + "/inc_bottom.tmpl"#-->
|
|
|