mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
regression fix for client domains
This commit is contained in:
@@ -69,7 +69,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
||||
$domain_name = htmlentities($row['domain_name']);
|
||||
$domain_registrar = htmlentities($row['domain_registrar']);
|
||||
$domain_webhost = htmlentities($row['domain_webhost']);
|
||||
$domain_expire = htmlentities($row['domain_expire'];
|
||||
$domain_expire = htmlentities($row['domain_expire']);
|
||||
$domain_registrar_name = htmlentities($row['vendor_name']);
|
||||
if(empty($domain_registrar_name)){
|
||||
$domain_registrar_name = "-";
|
||||
|
||||
Reference in New Issue
Block a user