diff options
| author | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-10 20:55:53 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-10 20:55:53 +0200 |
| commit | 406abd7c4df1ace2cd3e4e17159e8941a2e8c0c4 (patch) | |
| tree | a324be16021f44f2fd6d55e609f47024e945b1db /installer/views/missing_db.html.php | |
Initial import
Diffstat (limited to 'installer/views/missing_db.html.php')
| -rw-r--r-- | installer/views/missing_db.html.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/installer/views/missing_db.html.php b/installer/views/missing_db.html.php new file mode 100644 index 0000000..fa42fde --- /dev/null +++ b/installer/views/missing_db.html.php @@ -0,0 +1,13 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> +<h1> Can't find that database! </h1> +<p class="error"> + We were able to connect to your MySQL server, yay! But the database + name you gave us doesn't exist and we don't have permissions to + create it for you. Please create the database manually, then go + back and try again. +</p> + +<p> + If you're having trouble creating the database, please contact your + web host or system administrator for assistance. +</p> |
