removing confusing redundant imports
This commit is contained in:
parent
804f9c66b9
commit
6899dca0a3
|
@ -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 {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue