From 00fbf8798e04cca9e7b76825e9d8090895dceffb Mon Sep 17 00:00:00 2001 From: Corby Krick Date: Sun, 21 Apr 2013 10:58:14 -0700 Subject: [PATCH] Installer now creates the database.php file. --- install/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install/index.php b/install/index.php index 0c73cd61..18b23720 100644 --- a/install/index.php +++ b/install/index.php @@ -1,7 +1,7 @@

Install Cloudlog

- + ' . $message . '

';}?> @@ -126,9 +126,9 @@ if($_POST) {

When you login create a new admin account and delete the m0abc user account.

- -

Please make the /application/config/database.php file writable. Example:

chmod 777 /application/config/database.php

- + +

Please make the /application/config/database.php file writable. Example:

chmod 777 /application/config/database.php

+