Gilbert Pellegrom 13 years ago
parent
commit
fd23b10740
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/pico.php

+ 0 - 2
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'] : '';