Bläddra i källkod

Reverted the error reporting.

tags/v2.9.1
Ruslan Baidan 3 månader sedan
förälder
incheckning
1cac1050fa
Inget konto är kopplat till bidragsgivarens mejladress
2 ändrade filer med 4 tillägg och 7 borttagningar
  1. +4
    -4
      composer.lock
  2. +0
    -3
      public/index.php

+ 4
- 4
composer.lock Visa fil

@@ -1527,12 +1527,12 @@
"source": {
"type": "git",
"url": "https://github.com/monarc-project/zm-client.git",
"reference": "4ce896b54ce9149429cc5e1dedc59e3f0cf071b7"
"reference": "45e0cff137b1642cfec89a5743af0f940c4df185"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/4ce896b54ce9149429cc5e1dedc59e3f0cf071b7",
"reference": "4ce896b54ce9149429cc5e1dedc59e3f0cf071b7",
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/45e0cff137b1642cfec89a5743af0f940c4df185",
"reference": "45e0cff137b1642cfec89a5743af0f940c4df185",
"shasum": ""
},
"require": {
@@ -1577,7 +1577,7 @@
}
],
"description": "Frontoffice for monarc/monarc application",
"time": "2019-09-29T14:40:31+00:00"
"time": "2019-09-29T15:20:10+00:00"
},
{
"name": "monarc/phpword",

+ 0
- 3
public/index.php Visa fil

@@ -31,7 +31,4 @@ if (file_exists('config/development.config.php')) {
$appConfig = Zend\Stdlib\ArrayUtils::merge($appConfig, include 'config/development.config.php');
}

ini_set('display_errors', 1);
error_reporting(E_ALL);

Application::init($appConfig)->run();

Laddar…
Avbryt
Spara