Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の google-fu は今日弱いです... ヘッダー/フッターおよびサイドバー ファイルの一部に OSC サイトの URL を動的に出力する方法を探しています。
<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>