1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Disable PHP warnings + package version

This commit is contained in:
dragondaddy 2023-08-04 00:48:01 +02:00
parent f3dd08e3d5
commit a569ed13cb
2 changed files with 2 additions and 2 deletions

View file

@ -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');

View file

@ -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"]