Passed
Push — master ( 199810...ab9f0f )
by Joe
02:50
created
bin/check_status.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
 $ipAddress = $_SERVER['argv'][3];
6 6
 $cpl->format = 'json';
7
-$status = json_decode($cpl->fetchLicenseRaw(['ip' => $ipAddress]), true);
7
+$status = json_decode($cpl->fetchLicenseRaw(['ip' => $ipAddress]), TRUE);
8 8
 print_r($status);
9 9
 if (isset($status['@attributes'])) {
10 10
 	print 'The license id for the ip is: '.$status['@attributes']['licenseid'].PHP_EOL;
Please login to merge, or discard this patch.