diff --git a/configsample.inc.php b/configsample.inc.php index 71a0b878bb2e4469c38f4dd89443bd1519932249..7543e7d5bb1eaf26af08627cd90d067ddf5f5bb4 100644 --- a/configsample.inc.php +++ b/configsample.inc.php @@ -8,15 +8,4 @@ function autoload($class) spl_autoload_register('autoload'); -set_include_path(__DIR__ . '/src' . PATH_SEPARATOR . __DIR__ . '/vendor/php'); - -require_once 'PEAR.php'; - -//Required -#UNL_Alert_TwitterAlert::$consumerKey = ""; -#UNL_Alert_TwitterAlert::$consumerSecret = ""; -#UNL_Alert_TwitterAlert::$authToken = ""; -#UNL_Alert_TwitterAlert::$tokenSecret = ""; - -//Optional -#UNL_Alert_RecentPubDateFilter::$timeframe = "now - 30 min"; \ No newline at end of file +set_include_path(__DIR__ . '/src' );