Adding error_reporing E_ALL if server type = test

skala
Julio Montoya 14 years ago
parent a9d5fd9032
commit 2fefc95697
  1. 1
      main/inc/header.inc.php

@ -14,6 +14,7 @@
// Server mode indicator.
if (api_is_platform_admin()) {
if (api_get_setting('server_type') == 'test') {
error_reporting(E_ALL);
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];

Loading…
Cancel
Save