* @copyright 2017 MyAAC * @version 0.0.1 * @link http://my-aac.org */ defined('MYAAC') or die('Direct access not allowed!'); $title = 'Logs viewer'; ?>
Log name Last updated
', 3) . '' . $file . ':

' . nl2br(file_get_contents($aac_path_logs . $file)); else if(file_exists($server_path_logs . $file)) echo str_repeat('
', 3) . '' . $file . ':

' . nl2br(file_get_contents($server_path_logs . $file)); else echo 'Specified file does not exist.'; } else echo 'Invalid file name specified.'; } ?>