Skip to content

Commit

Permalink
Greeting with full name at sign up
Browse files Browse the repository at this point in the history
  • Loading branch information
SuchitReddi committed Nov 29, 2023
1 parent 525d2a9 commit 4d74768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

mysqli_select_db($GLOBALS["___mysqli_ston"], "sentinel");
$result = mysqli_query($GLOBALS["___mysqli_ston"], $insert_query);
sentinelMessagePush( "Hi '{$first_name}', signup successful" );
sentinelMessagePush( "Hi '{$first_name} {$last_name}', signup successful" );
sentinelRedirect( SENTINEL_WEB_PAGE_TO_ROOT . 'login.php' );
}

Expand Down

0 comments on commit 4d74768

Please sign in to comment.