1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 09:15:55 +00:00

add pref_feeds class

This commit is contained in:
Andrew Dolgov
2011-12-13 09:29:22 +04:00
parent 3f3630529e
commit afcfe6cad5
4 changed files with 1652 additions and 1690 deletions

View File

@@ -143,6 +143,8 @@
return;
}
$op = str_replace("-", "_", $op);
if (class_exists($op)) {
$handler = new $op($link, $_REQUEST);
@@ -161,11 +163,6 @@
switch($op) { // Select action according to $op value.
case "pref-feeds":
require_once "modules/pref-feeds.php";
module_pref_feeds($link);
break; // pref-feeds
case "pref-filters":
require_once "modules/pref-filters.php";
module_pref_filters($link);