Skip to content

Commit 2650d26

Browse files
author
Romain Gautier
authored
fixed for php7
1 parent cdfdcf2 commit 2650d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ function getVhosts($vhost_config_path)
628628

629629
$php_version = phpversion();
630630

631-
preg_match("([0-9\.]+)", @mysql_get_server_info(), $match);
631+
preg_match("([0-9\.]+)", @mysqli_get_server_info(), $match);
632632
$mysql_version = isset($match[0])
633633
? $match[0]
634634
: null;

0 commit comments

Comments
 (0)