From 29c0d074b0fadcfa02f3e6f7714719152ebbfb2f Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Mon, 28 Nov 2022 13:15:48 +0100 Subject: [PATCH] config.php update --- Sources/php_script/script/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/php_script/script/config.php b/Sources/php_script/script/config.php index 31486aa..288763b 100644 --- a/Sources/php_script/script/config.php +++ b/Sources/php_script/script/config.php @@ -19,7 +19,5 @@ function connection(): bool|int|mysqli } } -print(connection()); -