diff --git a/index.php b/index.php index 79572bcc5..0657378f0 100755 --- a/index.php +++ b/index.php @@ -2,6 +2,7 @@ include("modules/login/login.php"); ob_start(); $id = isset($_GET['id']) ? $_GET['id'] : ''; +$art=isset($_GET['type']) ? $_GET['type'] : ''; $dbfile='dbf/nettemp.db'; if ( '' == file_get_contents( $dbfile ) ) { header("Location: html/errors/no_db.php"); diff --git a/modules/devices/html/devices.php b/modules/devices/html/devices.php index 2faab45d0..b874b3cd5 100755 --- a/modules/devices/html/devices.php +++ b/modules/devices/html/devices.php @@ -10,20 +10,18 @@ } ?>
- - - -