Change mandatory folder locations & remove obsolete masks
This commit is contained in:
@@ -58,8 +58,8 @@ class PhpObject
|
||||
}
|
||||
|
||||
private function setLogPath($sLogPath) {
|
||||
if($sLogPath == '') $sLogPath = defined('Settings::LOG_FOLDER')?Settings::LOG_FOLDER:dirname(__FILE__);
|
||||
$this->sLogPath = $sLogPath.DIRECTORY_SEPARATOR.self::LOG_FILENAME;
|
||||
if($sLogPath == '') $sLogPath = defined('Settings::LOG_FOLDER')?Settings::LOG_FOLDER:getcwd();
|
||||
$this->sLogPath = $sLogPath.'/'.self::LOG_FILENAME;
|
||||
}
|
||||
|
||||
private function getLogPath()
|
||||
|
||||
Reference in New Issue
Block a user