This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
nwnadmin/templates/start/start.inc

7 lines
385 B
HTML

<form name="serverstart" action="<?php echo Horde::selfUrl() ?>" method="POST">
<table width="100%" cellpadding="0" cellspacing="0">
<tr class="header"><td class="header">Start Server</td></tr>
<tr class="control"><td class="control"><input type="hidden" name="actionId"
value="start" /><input type="submit" name="submitbutton" value="Start"
class="button" /></td></tr>
</table></form>