Move SSL-related Context constants to constants.php

This commit is contained in:
Kijin Sung 2016-01-21 16:20:42 +09:00
parent 25585d89ed
commit ab92e76408
2 changed files with 3 additions and 4 deletions

View file

@ -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.