diff --git a/app/index.php b/app/index.php index 0592380..7492c3a 100644 --- a/app/index.php +++ b/app/index.php @@ -16,5 +16,5 @@ require 'api/apiclient.php'; _kuri(); function index_kuri(){ - echo 'index'; + login_kuri(); } \ No newline at end of file diff --git a/app/views/blocks/auth.phtml b/app/views/blocks/auth.phtml index d1db149..4d37e06 100644 --- a/app/views/blocks/auth.phtml +++ b/app/views/blocks/auth.phtml @@ -1,9 +1,9 @@ $checklogin = check_login_kuri()?>
\ No newline at end of file