T1703271431
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
$uid = $_GET['uid'];
|
||||
$length = ($_GET['length'] && gettype($_GET['length']) == 'integer') ? $_GET['length'] : 10;
|
||||
echo gettype(+$_GET['length']);
|
||||
$length = ($_GET['length'] && gettype(+$_GET['length']) == 'integer') ? +$_GET['length'] : 10;
|
||||
echo gettype($length);
|
||||
echo $length;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user