mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-20 12:33:27 +02:00
shorten some expressions with ??
This commit is contained in:
@@ -11,7 +11,7 @@ defined('MYAAC') or die('Direct access not allowed!');
|
||||
|
||||
$title = 'Confirm Email';
|
||||
|
||||
$hash = isset($_GET['hash']) ? $_GET['hash'] : '';
|
||||
$hash = $_GET['hash'] ?? '';
|
||||
if(empty($hash)) {
|
||||
warning('Please enter email hash code.<br/>If you copied the link, please try again with full link.');
|
||||
return;
|
||||
|
Reference in New Issue
Block a user