Added button to redirect to login page from config-check page on success
This commit is contained in:
parent
ec13b451b2
commit
8f99595f54
|
@ -38,10 +38,10 @@ $result = $r && $database;
|
||||||
Component
|
Component
|
||||||
</td>
|
</td>
|
||||||
<td class="description">
|
<td class="description">
|
||||||
Description
|
<strong>Description</strong>
|
||||||
</td>
|
</td>
|
||||||
<td class="solution">
|
<td class="solution">
|
||||||
Solution
|
<strong>Solution</strong>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
@ -109,7 +109,7 @@ $result = $r && $database;
|
||||||
?>">
|
?>">
|
||||||
Make sure you aren't missing any of the Postgres dependencies in the table above.
|
Make sure you aren't missing any of the Postgres dependencies in the table above.
|
||||||
If your dependencies check out, make sure your database configuration settings in
|
If your dependencies check out, make sure your database configuration settings in
|
||||||
<code>airtime.conf</code> is correct and the Airtime database was installed correctly.
|
<code>airtime.conf</code> are correct and the Airtime database was installed correctly.
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
@ -132,6 +132,7 @@ $result = $r && $database;
|
||||||
<p>
|
<p>
|
||||||
Your Airtime station is up and running!
|
Your Airtime station is up and running!
|
||||||
</p>
|
</p>
|
||||||
|
<button onclick="location = location.pathname;">Log in to Airtime!</button>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
@ -148,4 +149,3 @@ $result = $r && $database;
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
|
Loading…
Reference in New Issue