From 6899dca0a3217fe1d6f12bec95d2f2b5aa5ce599 Mon Sep 17 00:00:00 2001 From: Naomi Date: Thu, 14 Apr 2011 14:01:14 -0400 Subject: [PATCH] removing confusing redundant imports --- install/include/AirtimeInstall.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/include/AirtimeInstall.php b/install/include/AirtimeInstall.php index bf451757f..c31db8e1e 100644 --- a/install/include/AirtimeInstall.php +++ b/install/include/AirtimeInstall.php @@ -2,9 +2,7 @@ //Pear classes. set_include_path(__DIR__.'/../../library/pear' . PATH_SEPARATOR . get_include_path()); - require_once('DB.php'); -require_once(dirname(__FILE__).'/../../application/configs/conf.php'); class AirtimeInstall { /**