Skip to content

Commit

Permalink
Make anon more obvious
Browse files Browse the repository at this point in the history
Fore #157
  • Loading branch information
edent committed May 31, 2018
1 parent ce93e18 commit c2d1b9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/add.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
<?php
$twitter_name = get_twitter_details()[1];
if(null == $twitter_name) {
$login_html = "<a href='/login/'>Sign in with Twitter</a> - or be anonymous."; } else {
$login_html = "<a href='/login/'>Sign in with Twitter</a> - or be <strong>anonymous</strong>.";
} else {
$login_html = "You are logged in as @{$twitter_name}";
}

Expand Down

0 comments on commit c2d1b9e

Please sign in to comment.