子ページ
  • Installing Shibbolized Tiqr

比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

  • Copy var/www/html/TiqrShib to /var/www/html/TiqrShib (deploy trans.php)
    If you are using PHP under version 5.21 or any prior version, please modify trans.php as follows.

    コード ブロック
    // for under php5.21 and prior
    ini_set('session.cookie_httponly', 1);
    setcookie($cookieName, $value, $timeout, $cookiepath, "", TRUE);
    // for php5.2 overand later
    //setcookie($cookieName, $value, $timeout, $cookiepath, "", TRUE, TRUE);
    

...