mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-14 07:05:02 +00:00
Change the code in the menu to return immediately if the database object is not ready in this case its not ready until the install.php is finished.
This commit is contained in:
@@ -204,9 +204,6 @@
|
||||
include "resources/page_parts/install_select_language.php";
|
||||
echo " <input type='hidden' name='return_install_step' value='select_language'/>\n";
|
||||
echo " <input type='hidden' name='install_step' value='detect_config'/>\n";
|
||||
echo " <div style='text-align:right'>\n";
|
||||
echo " <input type='submit' class='btn' id='next' value='".$text['button-next']."'>\n";
|
||||
echo " </div>\n";
|
||||
echo "</form>\n";
|
||||
} elseif($install_step == 'detect_config'){
|
||||
if(!($event_host == '' || $event_host == 'localhost' || $event_host == '::1' || $event_host == '127.0.0.1' )){
|
||||
|
||||
Reference in New Issue
Block a user