diff --git a/.gitignore b/.gitignore index 5639ebb..b52d830 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,3 @@ qnremote qnvoice qnrelay qnmodem -index.php diff --git a/DASHBOARD.README b/DASHBOARD.README index 28240db..cd10959 100644 --- a/DASHBOARD.README +++ b/DASHBOARD.README @@ -1,18 +1,9 @@ ##### DASHBOARD.README ##### A web-based dashboard can be enabled. You can supply your own index.php file, -or a functional dashboard is available. If no index.php file is in the build -directroy when try to install the dashboard, the installation will fail. To -get started, copy the "example.php" file to "index.php": +or a functional dashboard is available. -cp example.php index.php - -The example.php file is a good place to start if you want to create your own -by adding features to your dashboard. This dashboard include a
', "\n"; if (isset($_POST['sendurcall'])) { $furcall = $_POST['furcall']; - if (empty($_POST['fmodule'])) { if (1==count($configured)) { $fmodule = $configured[0];