Skip to content
Snippets Groups Projects
Commit d7ad8863 authored by Brett Bieber's avatar Brett Bieber
Browse files

Default to display_errors false

parent 75d62202
No related branches found
No related tags found
No related merge requests found
<?php
ini_set('display_errors',true);
ini_set('display_errors', false);
error_reporting(E_ALL);
set_include_path(dirname(__FILE__).'/src:'.dirname(__FILE__).'/lib/php:'.get_include_path());
require_once 'UNL/Autoload.php';
\ No newline at end of file
require_once 'UNL/Autoload.php';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment