mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Empty commit
This commit is contained in:
parent
00e1b65892
commit
f544294c3a
@ -82,6 +82,7 @@ class UserAgent {
|
||||
'win95' => 'Windows 95',
|
||||
'win16' => 'Windows 3.1',
|
||||
//'windows' => 'Windows',
|
||||
'cros' => 'Chrome OS',
|
||||
//OS X
|
||||
'os x' => 'Mac OS X',
|
||||
'macintosh' => 'Mac OS X',
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?
|
||||
if (empty($_GET['id']) || !is_numeric($_GET['id']) || (!empty($_GET['preview']) && !is_numeric($_GET['preview']))) {
|
||||
if (empty($_GET['id']) || !is_number($_GET['id']) || (!empty($_GET['preview']) && !is_number($_GET['preview']))) {
|
||||
error(404);
|
||||
}
|
||||
$UserID = $_GET['id'];
|
||||
|
Loading…
Reference in New Issue
Block a user