BootstrapSQLiteAuth/pages/user/permissions.php

6 lines
130 B
PHP

<?php
global $c;
UserAuth::requirePermission("hello_world");
TableEditor::render("permission", ["email", "name"]);
?>