From b3b87bf51fddd21130bf8975036ee82f66ad042b Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 7 Jun 2010 17:38:08 -0300 Subject: Changing CinisisDb::base() --- index.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 4f12c8f..2a551fb 100644 --- a/index.php +++ b/index.php @@ -17,7 +17,4 @@ function cinisis_autoload($class) { // Register autoloader. spl_autoload_register("cinisis_autoload"); -// Reference to the base path. -$cinisis_basedir = dirname(__FILE__); - ?> -- cgit v1.2.3