OSDN Git Service

インストール完了後の表示文言変更
authorCake <cake_67@users.sourceforge.jp>
Fri, 16 Apr 2010 06:42:46 +0000 (15:42 +0900)
committerCake <cake_67@users.sourceforge.jp>
Fri, 16 Apr 2010 06:42:46 +0000 (15:42 +0900)
app/plugins/install/views/install/finish.ctp

index 5a6228d..e89e38e 100644 (file)
@@ -2,14 +2,9 @@
     <h2><?php echo $this->pageTitle; ?></h2>
 
     <p>
-        Welcome page: <?php echo $html->link(Router::url('/', true), Router::url('/', true)); ?><br />
-        Username: admin<br />
-        Password: admin
+        <?php __('Change the permission of <strong>app/config to 755</strong>, and <strong>app/config/database.php to 644</strong>.') ?>
     </p>
 
-    <br />
-    <br />
-
     <p>
         <?php __('Delete the installation directory <strong>/app/plugins/install</strong>.') ?>
     </p>
     <br />
     <br />
 
-    <?php
-        echo $html->link(__('Click here to delete installation files', true), array(
-            'plugin' => 'install',
-            'controller' => 'install',
-            'action' => 'finish',
-            'delete' => 1,
-        ));
-    ?>
+
+    <p>
+        Home: <?php echo $html->link(Router::url('/', true), Router::url('/', true)); ?><br />
+    </p>
 </div>