⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (747 Bytes)
Feature #15738
» 2717_svn_diff.txt
Administrator Admin, 2006-08-13 12:06
Index: class.tslib_fe.php
===================================================================
--- class.tslib_fe.php (revision 1687)
+++ class.tslib_fe.php (working copy)
@@ -1767,7 +1767,7 @@
$this->config['mainScript'] = trim($this->config['config']['mainScript']) ? trim($this->config['config']['mainScript']) : 'index.php';
// STAT:
- $theLogFile = $this->TYPO3_CONF_VARS['FE']['logfile_dir'].$this->config['config']['stat_apache_logfile'];
+ $theLogFile = strftime($this->TYPO3_CONF_VARS['FE']['logfile_dir'].$this->config['config']['stat_apache_logfile']);
// Add PATH_site left to $theLogFile if the path is not absolute yet
if (!t3lib_div::isAbsPath($theLogFile)) $theLogFile = PATH_site.$theLogFile;
« Previous
1
2
Next »
(1-1/2)
Loading...