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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user