mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update sqlite.php
This commit is contained in:
parent
2ea357b63b
commit
fe455e38c4
1
library/includes/cache/sqlite.php
vendored
1
library/includes/cache/sqlite.php
vendored
@ -175,6 +175,7 @@ class sqlite_common extends cache_common
|
||||
|
||||
if (!$this->connected && $this->cfg['con_required'])
|
||||
{
|
||||
header("HTTP/1.0 503 Service Unavailable");
|
||||
$con_error = "Could not connect to {$this->engine}";
|
||||
|
||||
if (DBG_LOG)
|
||||
|
Loading…
Reference in New Issue
Block a user