summary refs log tree commit diff stats
path: root/theme/admin/maintenance.tpl
blob: 0f011107e7df402d8fbfde864a93cfa267e5bf67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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 and a logged in administrator.</p>

<form action="/admin/maintenance.php?submit=" method="post">
	<p>
		Maintenance Mode:
		<select name="mode">
			<option value="on"<!--ON-->>On</option>
			<option value="off"<!--OFF-->>Off</option>
		</select>
	</p>

	<p>
		<button type="submit">Submit</button>
	</p>
</form>