mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
parent
ba2e294fe9
commit
13e3cf6c0d
16 changed files with 33 additions and 33 deletions
|
@ -449,7 +449,7 @@ function log_request($file = '', $prepend_str = false, $add_post = true)
|
|||
{
|
||||
global $user;
|
||||
|
||||
$file = ($file) ? $file : 'req/' . date('m-d');
|
||||
$file = ($file) ?: 'req/' . date('m-d');
|
||||
$str = array();
|
||||
$str[] = date('m-d H:i:s');
|
||||
if ($prepend_str !== false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue