summary refs log tree commit diff stats
path: root/theme/admin/maintenanceMode.tpl
blob: 4247a625d9f5ba722c0300703493941b8f4de863 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h2>Maintenance Mode</h2>

<p>Here you can enable/disable Maintenance Mode. When Maintenance Mode is enabled, no one can access Four Island except localhost.</p>

<form action="/admin/maintenanceMode.php?submit=" method="post">
	<center>
		<input type="radio" name="mode" value="on"<!--ON--> />On<br />
		<input type="radio" name="mode" value="off"<!--OFF--> />Off<br />
		<input type="submit" />
	</center>
</form>

<p>
	<a href="/admin/">Back to Admin Panel</a>
</p>