diff options
Diffstat (limited to 'refresh.php')
-rw-r--r-- | refresh.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/refresh.php b/refresh.php index cff4d03..53d34c2 100644 --- a/refresh.php +++ b/refresh.php @@ -97,7 +97,7 @@ try { // ------------------------------------------------------------------- if ($_SERVER['argc']==1 || in_array('pecl', $_SERVER['argv'])) { - Parser::readPecl($uptable, 'http://pecl.php.net/xmlrpc.php'); + Parser::readPecl($uptable, 'pecl.php.net'); } // ------------------------------------------------------------------- |