Completed
Push — master ( 03720d...6a1f3b )
by mains
02:48
created
php/jodel-web.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -309,7 +309,7 @@
 block discarded – undo
309 309
 {
310 310
 	preg_match('/bot|spider|google|twitter^$/i', $_SERVER['HTTP_USER_AGENT'], $matches);
311 311
 
312
-    return (isset($matches[0])) ? false : true;
312
+	return (isset($matches[0])) ? false : true;
313 313
 }
314 314
 
315 315
 function botDeviceUidIsSet($config)
Please login to merge, or discard this patch.