changing secure.php to start.php everywhere
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<a class="nav-link" href="register.php">Register<span class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link active dropdown-toggle" href="secure.php" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Functions</a>
|
||||
<a class="nav-link active dropdown-toggle" href="start.php" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Functions</a>
|
||||
<div class="dropdown-menu" aria-labelledby="dropdown01">
|
||||
<a class="dropdown-item" href="profile.php">Profile</a>
|
||||
<a class="dropdown-item" href="#">Another action</a>
|
||||
|
Reference in New Issue
Block a user