mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Throw exception if neither openssl nor mcrypt is available
This commit is contained in:
parent
75a468552d
commit
4b6737800f
3 changed files with 18 additions and 2 deletions
|
|
@ -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.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue