mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add comment out the hidden field for now.
This commit is contained in:
@@ -503,7 +503,7 @@ require_once "resources/require.php";
|
||||
<?php
|
||||
//show the content
|
||||
echo "<form method='post' name='frm' id='frm' action='' onsubmit='check_duplicates(); return false;'>\n";
|
||||
echo "<input style='display:none;' type='password' name='autocomplete'>";
|
||||
//echo "<input style='display:none;' type='password' name='autocomplete'>";
|
||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||
echo "<tr>\n";
|
||||
echo "<td align='left' width='30%' nowrap='nowrap' valign='top'>";
|
||||
|
||||
Reference in New Issue
Block a user