-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
These small changes would be nice to add to the repo, so that the log path can be changed.
PDO.class.php
public function __construct($Host, $DBPort, $DBName, $DBUser, $DBPassword, $LogPath = '')
{
$this->logObject = new PDOLog($LogPath);
PDO.Log.class.php
public function __construct($LogPath = '')
{
if (empty($LogPath)) $this->path = DIR . $this->path;
else $this->path = $LogPath;
}
Metadata
Metadata
Assignees
Labels
No labels