Browse Source

Fixed wrong link

Stefan Ostermann 8 years ago
parent
commit
508af9e702
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sites/html/htadmin/includes/nav.php

+ 1 - 1
sites/html/htadmin/includes/nav.php

@@ -33,7 +33,7 @@ if (check_login ()) {
 	?>
 				</a>
 				<li><a href="login.php">Login</a></li>
-				<li><a href="login.php">User Self Service</a></li>
+				<li><a href="selfservice.php">User Self Service</a></li>
 			</ul>
 		</div>
 	</div>