From fd23b107405b5a566364f19052d6ab00a8a48661 Mon Sep 17 00:00:00 2001 From: Gilbert Pellegrom Date: Wed, 4 Apr 2012 14:57:34 +0100 Subject: [PATCH] Cleanup. --- lib/pico.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/pico.php b/lib/pico.php index ee7c919..31ec87b 100644 --- a/lib/pico.php +++ b/lib/pico.php @@ -4,8 +4,6 @@ class Pico { function __construct() { - - // Get request url and script url $url = ''; $request_url = (isset($_SERVER['REQUEST_URI'])) ? $_SERVER['REQUEST_URI'] : '';