log
This commit is contained in:
@@ -309,10 +309,14 @@ class Block
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* */
|
* */
|
||||||
|
try {
|
||||||
$res = $db->run(
|
$res = $db->run(
|
||||||
"SHOW TABLES LIKE 'networkstats'"
|
"SHOW TABLES LIKE 'networkstats'"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
} catch (Exception $e) {
|
||||||
|
$res = false;
|
||||||
|
}
|
||||||
_log($res,3);
|
_log($res,3);
|
||||||
|
|
||||||
if($res !== FALSE) {
|
if($res !== FALSE) {
|
||||||
|
|||||||
Reference in New Issue
Block a user