From a569ed13cb83cf56edba9ab330b6805f7ccd0cfb Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Fri, 4 Aug 2023 00:48:01 +0200 Subject: [PATCH] Disable PHP warnings + package version --- conf/htconfig.sample.php | 2 +- manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/htconfig.sample.php b/conf/htconfig.sample.php index d4f5308..e28ca35 100644 --- a/conf/htconfig.sample.php +++ b/conf/htconfig.sample.php @@ -88,7 +88,7 @@ App::$config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; // or change the name (below) to a file/path where this is allowed. // Uncomment the following 4 lines to turn on PHP error logging. -error_reporting(E_ERROR | E_WARNING | E_PARSE ); +error_reporting(E_ERROR | E_PARSE ); ini_set('error_log','php.log'); ini_set('log_errors','1'); ini_set('display_errors', '0'); diff --git a/manifest.toml b/manifest.toml index 45747b2..f58ba07 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Streams" description.en = "An open source fediverse server" description.fr = "Un serveur fediverse open source" -version = "23.08.02~ynh3" +version = "23.08.02~ynh4" maintainers = ["Papa Dragon"]