Changeset 120

Show
Ignore:
Timestamp:
06/29/09 20:44:37 (14 months ago)
Author:
seanja
Message:

Errors log will now be keps in the /tmp/logs/errors.log file

Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • library/bootstrap.php

    r98 r120  
    11<?php 
     2ini_set('error_log', ROOT . DS . 'tmp' . DS . 'logs' . DS . 'errors.log'); 
     3ini_set('log_errors', 'On'); 
    24if(floatval(phpversion()) < 5){ 
    35    throw new Exception('This framework requires PHP Version 5.x');