1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

no memory prolier as php-pecl-memprof extension was not found

This commit is contained in:
polytan02 2015-08-10 16:02:45 +01:00
parent 6f032f8e7a
commit 1cb4140c28

View file

@ -171,7 +171,7 @@
define('LOG_SYSLOG_PROGRAM', '[z-push]');
define('LOG_MEMORY_PROFILER', true);
define('LOG_MEMORY_PROFILER', false);
define('LOG_MEMORY_PROFILER_FILE', 'LOGTOCHANGE/memory_profile');
/**********************************************************************************