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