diff --git a/var/www/html/home.php b/var/www/html/home.php index 67c0a35..9daaa03 100644 --- a/var/www/html/home.php +++ b/var/www/html/home.php @@ -133,7 +133,7 @@ if(isset($_POST['action']) && $_POST['action']==='del_domain' && !empty($_POST['

This will delete your domain and all data asociated with it. It can't be un-done. Are you sure?

-
+
@@ -262,7 +262,7 @@ $stmt->execute([$user['id']]); $count_domains = 0; while($domain=$stmt->fetch(PDO::FETCH_ASSOC)){ ++$count_domains; - echo "
$domain[domain]"; + echo "$domain[domain]"; echo ''; @@ -275,7 +275,7 @@ while($domain=$stmt->fetch(PDO::FETCH_ASSOC)){ echo '
'; } if($count_domains"; + echo "
"; echo 'Add additional domain:
'; echo '