Redirect techs to technical dashboard instead of clients.php page

This commit is contained in:
Marcus Hill 2023-01-01 13:42:08 +00:00
parent 07986954f5
commit fa24516ad5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// To be removed when we have a proper technical dashboard for techs
if ($_SESSION['user_role'] != 3) { ?>
<script type="text/javascript">
window.location.href = 'clients.php';
window.location.href = 'dashboard_technical.php';
</script>
<?php
exit();