mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update common.php
This commit is contained in:
parent
f7a0202730
commit
e2375578c9
@ -85,6 +85,7 @@ define('GUEST_UID', -1);
|
||||
define('ANONYMOUS', GUEST_UID); // Alias for GUEST_UID
|
||||
define('BOT_UID', -746);
|
||||
|
||||
// Alias for SQLite3::escapeString
|
||||
function sqlite3_escape_string ($str)
|
||||
{
|
||||
return SQLite3::escapeString($str);
|
||||
|
Loading…
Reference in New Issue
Block a user