Affichage systématique des erreurs

This commit is contained in:
Michel Roux 2013-10-17 09:51:35 +02:00
parent 85340cfb25
commit 3d2acdd63f
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php
ini_set('display_errors', true);
require_once 'config.php';
require_once 'utils.php';
require_once 'Net/SSH2.php';

View File

@ -1,4 +1,5 @@
<?php
ini_set('display_errors', true);
require_once 'config.php';
global $servers;
?><!doctype html>