mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template/Update (Part 46 - IV)
* account management rework: Personal Settings functionality * email, password, username update * email updates now also mails the old address for confirmation
This commit is contained in:
@@ -13,7 +13,7 @@ define('CLI_HAS_E', CLI && // WIN10 and later u
|
||||
(!OS_WIN || (function_exists('sapi_windows_vt100_support') && sapi_windows_vt100_support(STDOUT))));
|
||||
|
||||
|
||||
$reqExt = ['SimpleXML', 'gd', 'mysqli', 'mbstring', 'fileinfo'/*, 'gmp'*/];
|
||||
$reqExt = ['SimpleXML', 'gd', 'mysqli', 'mbstring', 'fileinfo', 'intl'/*, 'gmp'*/];
|
||||
$badExt = [];
|
||||
$error = '';
|
||||
if ($ext = array_filter($reqExt, fn($x) => !extension_loaded($x)))
|
||||
|
||||
Reference in New Issue
Block a user