From a00f7e8976ad5ec1be0128fe7ccdae2d0c43b619 Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Mon, 15 Jan 2018 22:53:54 +0100 Subject: ereg_match to preg_match --- html/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/includes/functions.php') diff --git a/html/includes/functions.php b/html/includes/functions.php index cefc1cc..d0be5b7 100755 --- a/html/includes/functions.php +++ b/html/includes/functions.php @@ -28,7 +28,7 @@ srand(microtime() * 1000); $charimg = $charimages[rand(0, count($charimages)-1)]; // Two letter codes and their corresponding country names -require_once(dirname(__FILE__) .'/countries.php'); +require_once(dirname(__FILE__) . '/countries.php'); // Addslashes if magic_quotes are off function my_addslashes($data) { -- cgit