BootstrapSQLiteBlog/pages/user/list.php

6 lines
124 B
PHP

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