Skip to content
Snippets Groups Projects
Commit f9ee7606 authored by Kevin Abel's avatar Kevin Abel
Browse files

Trim the config sample back down to just the autoload.

Customization should happen in the scripts.
parent 0676a3b1
Branches
No related tags found
1 merge request!1Implement RAVE RSS feed a source of proxied alerts
......@@ -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' );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment