Add debug page support for admin ACLs.
This commit is contained in:
@@ -43,11 +43,13 @@
|
||||
<select id="readID">
|
||||
<option>(all)</option>
|
||||
<option>me</option>
|
||||
<option>admin</option>
|
||||
</select>
|
||||
<label>Write:</label>
|
||||
<select id="writeID">
|
||||
<option>(all)</option>
|
||||
<option>me</option>
|
||||
<option>admin</option>
|
||||
</select>
|
||||
</row>
|
||||
<row>
|
||||
|
||||
Reference in New Issue
Block a user