mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Redirect techs to technical dashboard instead of clients.php page
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user