summaryrefslogtreecommitdiffstats
path: root/refresh.php
diff options
context:
space:
mode:
Diffstat (limited to 'refresh.php')
-rw-r--r--refresh.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/refresh.php b/refresh.php
index ec12168..eb612de 100644
--- a/refresh.php
+++ b/refresh.php
@@ -404,7 +404,7 @@ try {
echo date("r : ") . "Check table 'acls' ok\n";
else echo date("r : ") . "SQL ERROR = " . implode(" ", $db->errorInfo()) . "\n";
- $fic=fopen("https://admin.fedoraproject.org/pkgdb/acls/bugzilla?tg_format=plain", "r");
+ $fic=fopen("https://admin.fedoraproject.org/pkgdb/lists/bugzilla?tg_format=plain", "r");
if (!$fic) {
echo date("r : ") . "ERROR reading pkgdb\n";
} else {