0
Fixed
Недочет в последнем релизе
В файле index.php такие строчки:
ini_set('display_errors', true);
define('ENVIRONMENT', 'development');
Думаю, что в публичной версии строчки должны быть:
ini_set('display_errors', false);
define('ENVIRONMENT', 'production');
0
Antwort
Fixed
Yuri Mamonchuk vor 12 Jahren
Customer support service by UserEcho