Parcourir la source

Update login.php

FusionPBX il y a 7 ans
Parent
commit
cce5e823f6
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      resources/login.php

+ 0 - 1
resources/login.php

@@ -87,7 +87,6 @@
 //show the content
 	echo "<div id='login_form'>\n";
 	echo "<form name='login' method='post' action='".$_SESSION['login']['destination']['url']."'>\n";
-	echo "<input type='hidden' name='path' value='".$path."'>\n";
 	echo "<input type='text' class='txt login' style='text-align: center; min-width: 200px; width: 200px; margin-bottom: 8px;' name='username' id='username' placeholder=\"".$text['label-username']."\"><br />\n";
 	echo "<input type='password' class='txt login' style='text-align: center; min-width: 200px; width: 200px; margin-bottom: 8px;' name='password' placeholder=\"".$text['label-password']."\"><br />\n";
 	if ($_SESSION['login']['domain_name_visible']['boolean'] == "true") {