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