From a674e136827d1d2a6459402ce634080011127ee7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 31 Oct 2019 20:39:40 +0100 Subject: index.php: do not fail if news.archlinux32.org is unavailable --- index.php | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index 2a3e937..d0e7334 100644 --- a/index.php +++ b/index.php @@ -4,6 +4,7 @@ require_once "init.php"; require_once BASE . "/lib/mysql.php"; require_once BASE . "/lib/style.php"; require_once BASE . "/lib/format.php"; +require_once BASE . "/lib/helper.php"; $result = mysql_run_query( 'SELECT `binary_packages`.`pkgname`,' . @@ -72,13 +73,25 @@ print_header("", "home"); RSS Feed