diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-01-20 00:54:02 +0000 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-20 00:54:02 +0000 | 
| commit | 681197a265f1dd3873780fdcf0b5f1e8fa0150ab (patch) | |
| tree | fe8aafe29cf5f3d6d5a285c330147c9e3f3668c0 /installer/pages/oops.html.php | |
| parent | d51955c8efa78d7f0a0ca8c138c2eebaf5ecb975 (diff) | |
Web based installer.  It's still got some rough edges, but you can now
do a complete CLI or web based install.
Diffstat (limited to 'installer/pages/oops.html.php')
| -rw-r--r-- | installer/pages/oops.html.php | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/installer/pages/oops.html.php b/installer/pages/oops.html.php new file mode 100644 index 00000000..141a4538 --- /dev/null +++ b/installer/pages/oops.html.php @@ -0,0 +1,9 @@ +<h1> Oops! </h1> +<p> +  Something unexpected happened and we can't finish your install. +  We'll try to provide some details about the specific problem below. +</p> +<p class="error"> +  <?php print $error ?> +</p> + | 
