Explorar o código

Merge pull request #2 from emanuele45/avatar_optimization

Fixing things I broke...
Jessica González %!s(int64=12) %!d(string=hai) anos
pai
achega
5978908e65
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      index.php

+ 1 - 4
index.php

@@ -84,13 +84,10 @@ elseif (isset($_GET['action']) && $_GET['action'] == 'dlattach' && isset($_GET['
 
 // And important includes.
 require_once($sourcedir . '/Session.php');
-if (file_exists($sourcedir . '/decoda/Decoda.php'))
-	require_once($sourcedir . '/decoda/Decoda.php');
 require_once($sourcedir . '/Errors.php');
 require_once($sourcedir . '/Logging.php');
 require_once($sourcedir . '/Security.php');
-if (file_exists($sourcedir . '/Class-BrowserDetect.php'))
-	require_once($sourcedir . '/Class-BrowserDetect.php');
+require_once($sourcedir . '/Class-BrowserDetect.php');
 
 // Using an pre-PHP 5.1 version?
 if (version_compare(PHP_VERSION, '5.1', '<'))