会員ページ
下記のページは会員の方専用ページになります。
各工法の届け出用紙
各工法の届け出用紙のダウンロード
各工法の紹介動画/各工法のアニメーション
各工法紹介動画/アニメーションの閲覧
if ( isset($_SERVER['HTTPS']) and $_SERVER['HTTPS'] == 'on' )
{
$protocol = 'https://';
}
else
{
$protocol = 'http://';
}
$url = $protocol.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
$str=str_replace("http://underpass.info/","",$url);
$str=str_replace(".html","",$str);
?>