예제 #1
0
파일: cookie.php 프로젝트: 4bs4/marifa
 /**
  * Set the high confidentiality mode
  * Enable or disable cookie data encryption
  *
  * @param bool $enable  TRUE to enable, FALSE to disable
  */
 public static function set_high_confidentiality($enable)
 {
     self::$_high_confidentiality = $enable;
 }