mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-16 07:18:36 +02:00
11 lines
209 B
PHP
11 lines
209 B
PHP
<?php
|
|
|
|
require __DIR__.'/../../../include/config.php';
|
|
|
|
error_reporting(E_ALL);
|
|
ini_set('display_errors', 1);
|
|
ini_set('log_errors', 1);
|
|
ini_set('error_log', $config['homedir'].'/log/console.log');
|
|
|
|
return [];
|