diff --git a/install/config/config.php b/install/config/config.php index 1ba82e140..7732f7930 100644 --- a/install/config/config.php +++ b/install/config/config.php @@ -14,7 +14,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $config['app_name'] = "Wavelog"; $config['directory'] = "%directory%"; -$config['callbook'] = "qrz"; // Options are hamqth or qrz +$config['callbook'] = "hamqth"; // Options are hamqth or qrz $config['datadir'] = null; // default to install directory diff --git a/install/index.php b/install/index.php index 86e394bac..54eacd237 100644 --- a/install/index.php +++ b/install/index.php @@ -21,8 +21,8 @@ $db_file_path = $db_config_path . "database.php"; // PHP $min_php_version = '7.4.0'; $max_execution_time = 600; // Seconds -$max_upload_file_size = 20; // Megabyte -$post_max_size = 20; // Megabyte +$max_upload_file_size = 8; // Megabyte +$post_max_size = 8; // Megabyte $req_allow_url_fopen = '1'; // 1 = on // Array of PHP modules to check @@ -264,8 +264,8 @@ if ($_POST && isset($_POST['submit'])) { ?> - + ?> + @@ -281,8 +281,8 @@ if ($_POST && isset($_POST['submit'])) { ?> - + ?> + @@ -298,8 +298,8 @@ if ($_POST && isset($_POST['submit'])) { ?> - + ?> + @@ -356,6 +356,13 @@ if ($_POST && isset($_POST['submit'])) { +
Here will be the Install Button
+