1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-25 10:41:55 +02:00
This commit is contained in:
Barry vd. Heuvel
2024-02-13 20:03:14 +01:00
parent 8f99b6607e
commit 06ebf922cc

View File

@@ -20,7 +20,7 @@ class RequestDataCollector extends DataCollector implements Renderable, AssetPro
*/
public function collect()
{
$vars = array('_GET', '_POST', '_SESSION', '_COOKIE', '_SERVER');
$vars = array('_GET', '_POST', '_SESSION', '_COOKIE');
$data = array();
foreach ($vars as $var) {