Implemented echoarea/filearea security
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
<th>Description</th>
|
||||
<th>Active</th>
|
||||
<th>Domain</th>
|
||||
<th>Read</th>
|
||||
<th>Write</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -42,6 +44,8 @@
|
||||
<td>{{ $oo->description }}</td>
|
||||
<td>{{ $oo->active ? 'YES' : 'NO' }}</td>
|
||||
<td>{{ $oo->domain->name }}</td>
|
||||
<td>{{ $oo->sec_read }}</td>
|
||||
<td>{{ $oo->sec_write }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user