Update sqlite.php

This commit is contained in:
Roman Kelesidis 2023-10-21 08:51:15 +07:00
parent 2ea357b63b
commit fe455e38c4

View File

@ -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)