差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| php:is_ssl [2012/11/28 00:49] – ともやん | php:is_ssl [2024/03/27 10:51] (現在) – ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | < | ||
| - | <script type=" | ||
| - | google_ad_client = " | ||
| - | /* big-barner */ | ||
| - | google_ad_slot = " | ||
| - | google_ad_width = 728; | ||
| - | google_ad_height = 90; | ||
| - | //--> | ||
| - | </ | ||
| - | <script type=" | ||
| - | src=" | ||
| - | </ | ||
| - | </ | ||
| - | |||
| ====== SSLであるかを調べる ====== | ====== SSLであるかを調べる ====== | ||
| Dokuwiki - init.php より | Dokuwiki - init.php より | ||
| - | <sxh php> | + | <code php> | 
| /** | /** | ||
| * Check if accessed via HTTPS | * Check if accessed via HTTPS | ||
| 行 32: | 行 18: | ||
| } | } | ||
| } | } | ||
| - | </sxh> | + | </code> |