mirror of https://github.com/itflow-org/itflow
Redirect techs to technical dashboard instead of clients.php page
This commit is contained in:
parent
07986954f5
commit
fa24516ad5
|
|
@ -6,7 +6,7 @@
|
||||||
// To be removed when we have a proper technical dashboard for techs
|
// To be removed when we have a proper technical dashboard for techs
|
||||||
if ($_SESSION['user_role'] != 3) { ?>
|
if ($_SESSION['user_role'] != 3) { ?>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.location.href = 'clients.php';
|
window.location.href = 'dashboard_technical.php';
|
||||||
</script>
|
</script>
|
||||||
<?php
|
<?php
|
||||||
exit();
|
exit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue