fobe-web/html/MCP/reports/index.php

12 lines
110 B
PHP

<?php
/*
Alphaland 2021
Active Reports
*/
if(!$user->isStaff()) {
redirect("/");
}
echo "soon";