fixed some navigation errors
This commit is contained in:
parent
6778c02a4e
commit
db6fd42533
6
public/userarea/easyspec/index.php
Normal file
6
public/userarea/easyspec/index.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// redirect to userarea/index.php
|
||||
header('Location: ../../userarea/index.php');
|
||||
|
||||
?>
|
||||
6
public/userarea/importify/index.php
Normal file
6
public/userarea/importify/index.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// redirect to userarea/index.php
|
||||
header('Location: ../../userarea/index.php');
|
||||
|
||||
?>
|
||||
@ -7,7 +7,7 @@
|
||||
<!-- LOGO -->
|
||||
<div class="topbar-left">
|
||||
<div class="text-center bg-logo">
|
||||
<a href="index.html" class="logo"><i class="mdi mdi-bowling text-success"></i> Reportify</a>
|
||||
<a href="index.php" class="logo"><i class="mdi mdi-bowling text-success"></i> Reportify</a>
|
||||
<!-- <a href="index.html" class="logo"><img src="assets/images/logo.png" height="24" alt="logo"></a> -->
|
||||
</div>
|
||||
</div>
|
||||
@ -130,19 +130,6 @@
|
||||
</li>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="has_sub">
|
||||
<a href="tables-basic.html" class="waves-effect"><i class="dripicons-copy"></i><span> <?php echo $contactus; ?> </span> <span class="float-right"><i class="mdi mdi-chevron-right"></i></span></a>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
6
public/userarea/products/index.php
Normal file
6
public/userarea/products/index.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// redirect to userarea/index.php
|
||||
header('Location: ../../userarea/index.php');
|
||||
|
||||
?>
|
||||
6
public/userarea/reports/index.php
Normal file
6
public/userarea/reports/index.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// redirect to userarea/index.php
|
||||
header('Location: ../../userarea/index.php');
|
||||
|
||||
?>
|
||||
6
public/userarea/statkpi/index.php
Normal file
6
public/userarea/statkpi/index.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// redirect to userarea/index.php
|
||||
header("Location: ../../userarea/index.php");
|
||||
|
||||
?>
|
||||
Loading…
x
Reference in New Issue
Block a user