mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 14:51:28 +00:00
replace FALSE with false so that static analyzer shuts up about it
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
onblur="UtilityApp.fetchProfiles()"
|
||||
value="<?php echo $_SESSION["fake_password"] ?>"/>
|
||||
</fieldset>
|
||||
<?php if (strpos(PLUGINS, "auth_internal") !== FALSE) { ?>
|
||||
<?php if (strpos(PLUGINS, "auth_internal") !== false) { ?>
|
||||
<fieldset class="align-right">
|
||||
<a href="public.php?op=forgotpass"><?php echo __("I forgot my password") ?></a>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user