diff --git a/scripts/index.php b/scripts/index.php index 6b65413..f371962 100644 --- a/scripts/index.php +++ b/scripts/index.php @@ -38,18 +38,7 @@

-

Transfer files directly from the connected camera

-

-

- -
-

-

Activate the DLNA and Samba servers

-

-

- -
-

+

Shut down the Little Backup Box

@@ -63,14 +52,6 @@ shell_exec('sudo ./card-backup.sh > /dev/null 2>&1 & echo $!'); echo "

OK

"; } - if (isset($_POST['camerabackup'])) - { - shell_exec('sudo ./camera-backup.sh > /dev/null 2>&1 & echo $!'); - echo "

OK

"; - } - if (isset($_POST['minidlna'])) - { - shell_exec('sudo ./minidlna.sh > /dev/null 2>&1 & echo $!'); // folder to check $dir = '/media/storage'; @@ -112,7 +93,6 @@ echo "

OK

"; } ?> - Read the Linux Photography book