rename /user/ to /agent/ and update links to use agent/ instead

This commit is contained in:
johnnyq
2025-09-23 18:04:23 -04:00
parent 6b6c70f1df
commit edabc5c33f
373 changed files with 93 additions and 21 deletions

20
agent/reports/index.php Normal file
View File

@@ -0,0 +1,20 @@
<?php
require_once "includes/inc_all_reports.php";
?>
<div class="card card-dark">
<div class="card-header py-2">
<h3 class="card-title mt-2"><i class="fas fa-fw fa-coins mr-2"></i>Reports</h3>
</div>
<div class="card-body p-0">
<form class="p-3">
<h3>Access different reports using the menu on the left</h3>
<small class="text-muted">In addition to the general reporting permission, you must have read permissions to the reporting area you wish to view (e.g. support/financial).</small>
</div>
</div>
<?php require_once "../../includes/footer.php"; ?>