'; try { require_once __DIR__ . '/backend/config/database.php'; require_once __DIR__ . '/backend/lib/settings.php'; $pdo = getDBConnection(); $customMeta = (string)msGetSetting($pdo, 'CUSTOM_META_TAGS'); } catch (Exception $e) {} $metaBlock = $customMeta; if (stripos($metaBlock, 'google-site-verification') === false) { $metaBlock .= "\n $defaultVerification"; } echo $metaBlock; ?>