index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/dependencies.php | 2 |
diff --git a/buildmaster/dependencies.php b/buildmaster/dependencies.php index c513f2d..336a26f 100644 --- a/buildmaster/dependencies.php +++ b/buildmaster/dependencies.php @@ -2,6 +2,8 @@ require_once "../init.php"; require_once BASE . "/lib/mysql.php"; +abort_iff_webspider(); + $match = ""; function dependency_arch_join($name) { |