mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Add $_SERVER['REQUEST_URI'] to database.log
This commit is contained in:
@@ -151,7 +151,7 @@ class OTS_DB_MySQL extends OTS_Base_DB
|
||||
}
|
||||
|
||||
if($this->logged) {
|
||||
log_append('database.log', PHP_EOL . $this->getLog());
|
||||
log_append('database.log', $_SERVER['REQUEST_URI'] . PHP_EOL . $this->getLog());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user