mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +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
|
|
@ -1,10 +1,6 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
|
||||
define('FOLLOW_REQUEST_SSL', 0);
|
||||
define('ENFORCE_SSL', 1);
|
||||
define('RELEASE_SSL', 2);
|
||||
|
||||
/**
|
||||
* Manages Context such as request arguments/environment variables
|
||||
* It has dual method structure, easy-to use methods which can be called as self::methodname(),and methods called with static object.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue