diff --git a/install/index.php b/install/index.php index e602ffe95..4d73bd1e7 100644 --- a/install/index.php +++ b/install/index.php @@ -122,6 +122,7 @@ if ($_POST) { $message = $core->show_message('error', 'Not all fields have been filled in correctly. The host, username, password, and database name are required.'); } } +global $wavelog_url; ?> @@ -135,6 +136,7 @@ if ($_POST) { + @@ -357,8 +359,11 @@ if ($_POST) {

Configure some basic parameters for your wavelog instance. You can change them later in 'application/config/config.php'

- - " class="form-control" name="directory" /> + +
+ + " class="form-control" name="directory" aria-describedby="main-url" /> +