moving install.log to logs folder CORE #29
This commit is contained in:
@@ -448,7 +448,7 @@ class InstallerModule extends Controller
|
||||
if (substr($pathShared, -1) !== '/') {
|
||||
$pathShared .= '/';
|
||||
}
|
||||
$pathSharedLog = $pathShared . 'log/';
|
||||
$pathSharedLog = $pathShared . 'logs/';
|
||||
G::verifyPath($pathSharedLog, true);
|
||||
$logFile = $pathSharedLog . 'install.log';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user