1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 03:25:57 +00:00

tweak how utility.css-based stuff looks

This commit is contained in:
Andrew Dolgov
2013-03-27 10:59:26 +04:00
parent 88a41b64a2
commit 884d16505e
9 changed files with 42 additions and 21 deletions

View File

@@ -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 @@
?>
<div class="floatingLogo"><img src="../images/logo_wide.png"></div>
<div class="floatingLogo"><img src="../images/logo_small.png"></div>
<h1>Tiny Tiny RSS Installer</h1>
<div class='content'>
<?php
if (file_exists("../config.php")) {
require "../config.php";
@@ -226,6 +228,8 @@
?>
<?php print_notice("Configuration check succeeded."); ?>
<h2>Checking database</h2>
<?php
@@ -347,6 +351,7 @@
}
?>
</div>
</body>
</html>