PlainSQLiteBlog/pages/user/list.php

6 lines
118 B
PHP

<?php
global $c;
UserAuth::require("is_admin");
TableEditor::render("credentials", ["email", "hash"]);
?>