From 70373d14536a94c6b8d4480f40646f55a62a1a07 Mon Sep 17 00:00:00 2001 From: William Miceli Date: Mon, 25 Nov 2019 01:26:53 -0500 Subject: [PATCH] Fixed missing end tag; page works again --- var/www/phptest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/var/www/phptest.php b/var/www/phptest.php index 507e96b..9ffb6a9 100644 --- a/var/www/phptest.php +++ b/var/www/phptest.php @@ -6,6 +6,7 @@ $password = "Password456"; // Current user $user = "William"; // Testing with until we have login working +?>