X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=prefs.php;h=40d9a35acc562acee122e6a46d6e442bca5ea77c;hb=5f0a3741d0a549849b503eca7b6d7b87d9903069;hp=3787a79b610dc7323572a30dd93295844e423a4f;hpb=46da73c255353a3f874d9742d7b2f9c64e7607b5;p=tt-rss.git diff --git a/prefs.php b/prefs.php index 3787a79b..40d9a35a 100644 --- a/prefs.php +++ b/prefs.php @@ -10,7 +10,7 @@ $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); - init_connection($link); + if (!init_connection($link)) return; login_sequence($link);