mangadex/pages/about.req.php

6 lines
172 B
PHP
Raw Normal View History

2021-03-14 17:31:55 -04:00
<?php
$staffUsers = new Users(['is_staff' => 1]);
$page_html = parse_template('about', ['users' => $staffUsers->query_read('level_id DESC, users.user_id ASC', 100, 1)]);