2015-10-16 15:09:01 +02:00

25 lines
457 B
PHP

<?php
/*! pimpmylog - 1.7.9 - 10b502eaf17be208850be61febb044c2fdb86207*/
/*
* pimpmylog
* http://pimpmylog.com
*
* Copyright (c) 2015 Potsky, contributors
* Licensed under the GPLv3 license.
*/
?>
<?php
$paths = array();
$files = array(
'error' => array(
)
);
$path = ( SAFE_MODE === true ) ? '' : ini_get('error_log');
if ( $path !== '' ) {
$paths[] = dirname( $path ) . DIRECTORY_SEPARATOR ;
$files['error'][] = basename( $path );
}