blob: 9c6b1654857d2637ed4fbb8d5f96ce3788158f07 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
<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>
|