mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
Move SSL-related Context constants to constants.php
This commit is contained in:
parent
25585d89ed
commit
ab92e76408
2 changed files with 3 additions and 4 deletions
|
|
@ -140,3 +140,6 @@ define('LOWER', 'abcdefghijklmnopqrstuvwxyz');
|
|||
define('CR', "\r");
|
||||
define('CRLF', "\r\n");
|
||||
define('LF', "\n");
|
||||
define('FOLLOW_REQUEST_SSL', 0);
|
||||
define('ENFORCE_SSL', 1);
|
||||
define('RELEASE_SSL', 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue