Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/vps100819463/hitohito.net/htdocs/code/lib/DB_pdo.php on line 1035
Error File: /home/vps100819463/hitohito.net/htdocs/fegg/Application.php
Error Line: 777
Error Message: Cannot modify header information - headers already sent by (output started at /home/vps100819463/hitohito.net/htdocs/code/lib/DB_pdo.php:1035)

767: if (preg_match( '/^http[s]*:\/\//', $url)) {
768: header('Location: ' . $url);
769: exit();
770: }
771:
772: // アプリケーション内のリンクの場合
773: if (!preg_match('/^\/.*/', $url)) {
774: $url = '/' . $url;
775: }
776: $url = FEGG_CURRENT_URL . $url;
777: header('Location: ' . $url);
778:
779: exit();
780: }
781:
782:
783: /**
784: * セッションIDの再発行
785: */
786: function regeneratSessionId()
787: {