瀏覽代碼

Update login.php

FusionPBX 7 年之前
父節點
當前提交
cce5e823f6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      resources/login.php

+ 0 - 1
resources/login.php

@@ -87,7 +87,6 @@
 //show the content
 //show the content
 	echo "<div id='login_form'>\n";
 	echo "<div id='login_form'>\n";
 	echo "<form name='login' method='post' action='".$_SESSION['login']['destination']['url']."'>\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='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";
 	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") {
 	if ($_SESSION['login']['domain_name_visible']['boolean'] == "true") {