commit 3bf0e002d68be081060d8958bddc65edeacb4537
Author: admin <admin@www1334uf.sakura.ne.jp>
Date:   Mon Feb 8 19:26:20 2016 +0900

    環境設定およびTOPページ改修

diff --git a/app/Config/routes.php b/app/Config/routes.php
index 07b5700..2987977 100644
--- a/app/Config/routes.php
+++ b/app/Config/routes.php
@@ -25,11 +25,11 @@
  * its action called 'display', and we pass a param to select the view file
  * to use (in this case, /app/View/Pages/home.ctp)...
  */
-	Router::connect('/', array('controller' => 'pages', 'action' => 'display', 'home'));
+	Router::connect('/', array('controller' => 'Top', 'action' => 'index', 'home'));
 /**
  * ...and connect the rest of 'Pages' controller's URLs.
  */
-	Router::connect('/pages/*', array('controller' => 'pages', 'action' => 'display'));
+	//Router::connect('/pages/*', array('controller' => 'pages', 'action' => 'display'));
 
 /**
  * Load all plugin routes. See the CakePlugin documentation on
