diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-03-11 01:29:13 -0800 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-03-11 01:29:13 -0800 |
| commit | 3d0d3a86106ece4ea298ab2f262b3af5ff8a7728 (patch) | |
| tree | b75b297d980f5b061595cea8b29fe42503907684 /dash/settings.php | |
| parent | a44a0e047a7582fe7e31743e1b03a17cf2987f73 (diff) | |
| download | bulletin-3d0d3a86106ece4ea298ab2f262b3af5ff8a7728.tar.gz | |
Almost there...
Diffstat (limited to 'dash/settings.php')
| -rw-r--r-- | dash/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/settings.php b/dash/settings.php index fcd9a0f..6079bed 100644 --- a/dash/settings.php +++ b/dash/settings.php @@ -31,7 +31,7 @@ if (!empty($_POST['change'])) { <div id="fulljob" class="fjsettings"> <div id="fjheader"> <h3 id="fjhtitle"><a href="settings.php">Account Settings</a></h3> - <p id="fjhdesc">Adjusting for <?=htmlentities($b_user['email']);?></p> + <p id="fjhdesc">Adjusting for <?=htmlentities($b_user['name']);?></p> </div> <form action="<?=$_SERVER['REQUEST_URI'];?>" method="post"> <div id="fjbody"> |
