From b30bac3f31c602fd2cb3a9b2a03501a68a9c7800 Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 7 Jun 2010 17:31:58 -0300 Subject: Sorting code --- index.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 4e74b25..4f12c8f 100644 --- a/index.php +++ b/index.php @@ -9,9 +9,6 @@ require_once 'contrib/malete/php/Isis.php'; // Import Spyc. require_once 'contrib/spyc/spyc.php'; -// Import Isis interface. -require_once 'interface.php'; - // Autoloader. function cinisis_autoload($class) { require_once 'classes/'. $class .'.php'; -- cgit v1.2.3