Throw exception if neither openssl nor mcrypt is available

This commit is contained in:
Kijin Sung 2018-12-03 15:10:20 +09:00
parent 75a468552d
commit 4b6737800f
3 changed files with 18 additions and 2 deletions

View file

@ -246,6 +246,7 @@ $lang->msg_empty_search_keyword = 'Cannot find the Keyword.';
$lang->msg_empty_content = 'The content is empty.';
$lang->msg_server_error = 'Server Error';
$lang->msg_server_error_see_log = 'Your server is configured to hide error messages. Please see your server\'s error log for details.';
$lang->msg_crypto_not_available = 'OpenSSL extension is not installed.';
$lang->comment_to_be_approved = 'Your comment must be approved by admin before being published.';
$lang->success_registed = 'Registered successfully.';
$lang->success_declared = 'Reported successfully.';