From bb74ead0f5780a0a38073117d862ee20b6767d7c Mon Sep 17 00:00:00 2001 From: Philippe Grand <philippe.grand@atoo-net.com> Date: Tue, 1 Jun 2010 14:40:12 +0000 Subject: [PATCH] Fix: miss semi colon --- htdocs/install/phpinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/phpinfo.php b/htdocs/install/phpinfo.php index f3da7ed62a9..731c2361f63 100644 --- a/htdocs/install/phpinfo.php +++ b/htdocs/install/phpinfo.php @@ -23,6 +23,6 @@ \version $Id$ */ -phpinfo() +phpinfo(); ?> -- GitLab