From d40e75df2535f60428701720270859a5b31b8acb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 17 Apr 2018 10:15:38 +0200 Subject: packages/index.php: another small step towards lib/mysql.php --- packages/index.php | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/packages/index.php b/packages/index.php index 79c47ea..e9a78c1 100644 --- a/packages/index.php +++ b/packages/index.php @@ -2,17 +2,16 @@ include "lib/mysql.php"; -?> - - - + $result = mysql_run_query( + "SELECT `name` FROM `architectures` ORDER BY `name`" + ); +?> + @@ -52,11 +51,6 @@ Arch