Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 225 Bytes

TODO.md

File metadata and controls

10 lines (8 loc) · 225 Bytes

TODO

Get this into _ss_environment.php

define("SS_ERROR_LOG",__DIR__."/silverstripe-errors.log");
ini_set("error_reporting", E_ALL);
ini_set("log_errors", 1);
ini_set("error_log",__DIR__."/php_errors.log");