From 884d16505e2c4502ec4438a7e987855683a2d75d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 27 Mar 2013 10:59:26 +0400 Subject: tweak how utility.css-based stuff looks --- install/index.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install/index.php b/install/index.php index 2ac7a0935..b0696ca6d 100644 --- a/install/index.php +++ b/install/index.php @@ -102,7 +102,7 @@ $link = mysql_connect($host, $user, $pass); if ($link) { $result = mysql_select_db($db, $link); - return $link; + if ($result) return $link; } } } @@ -131,10 +131,12 @@ ?> - +

Tiny Tiny RSS Installer

+
+ + +

Checking database

+
-- cgit v1.2.3