6 lines
124 B
PHP
6 lines
124 B
PHP
<?php
|
|
global $c;
|
|
UserAuth::requirePermission("hello_world");
|
|
TableEditor::render("user", ["email", "hash"]);
|
|
?>
|