From 9017de8300226f1bbad46a32092d3fc16a1e24df Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 6 Jul 2021 12:11:56 +0200 Subject: [PATCH] Update config.dist.php --- conf/config.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.dist.php b/conf/config.dist.php index 374ec4e..2657b5c 100755 --- a/conf/config.dist.php +++ b/conf/config.dist.php @@ -18,7 +18,7 @@ $db['port'] = 3306; * * Set to the hostname or IP address of the webserver, or % to allow all ******************************/ -$db['webhost'] = ''; +$db['webhost'] = '%'; /**