|
|
|
@ -180,7 +180,7 @@ Class SiteController extends Controller {
@@ -180,7 +180,7 @@ Class SiteController extends Controller {
|
|
|
|
|
$shareUrl = "/{$loginedUser['username']}/site/new/"; |
|
|
|
|
return $this->redirect($shareUrl); |
|
|
|
|
}else { |
|
|
|
|
return $this->redirect(/site/login/); |
|
|
|
|
return $this->redirect('/site/login/'); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|