Increase time limit on updating and adding feeds.

orig_fof
steveminutillo 2007-03-14 03:55:17 +00:00
parent 67bfdaab4c
commit d96eefca91
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@
include("header.php");
set_time_limit(60*10);
$url = $_POST['rss_url'];
if(!$url) $url = $_GET['rss_url'];
$opml = $_POST['opml_url'];

View File

@ -14,6 +14,8 @@
include("header.php");
set_time_limit(60*10);
echo '<br>';
$feed = $_GET['feed'];