Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pafnuty committed Nov 25, 2015
1 parent 2b4a744 commit e401d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/autorss.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
$rssList = $db->super_query("SELECT * FROM " . PREFIX . "_auto_rss WHERE " . $rssWheres . $limit, true);
$qi++;

require_once(AUTORSS_DIR . '/autoloader.php');
require_once(AUTORSS_DIR . '/library/SimplePie.php');


foreach ($rssList as $rssItem) {
Expand Down

0 comments on commit e401d0e

Please sign in to comment.