From 35159cf1ac8167646fc2f8452ca4b4cd0423ab2d Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Fri, 5 Feb 2016 12:06:42 +0100 Subject: [PATCH] Remove a proof concept files. Thanks Arturo for the work. --- .../include/class/Map.interface.php | 30 -------- .../include/class/Networkmap2.class.php | 72 ------------------- 2 files changed, 102 deletions(-) delete mode 100644 pandora_console/include/class/Map.interface.php delete mode 100644 pandora_console/include/class/Networkmap2.class.php diff --git a/pandora_console/include/class/Map.interface.php b/pandora_console/include/class/Map.interface.php deleted file mode 100644 index ab5dc11e65..0000000000 --- a/pandora_console/include/class/Map.interface.php +++ /dev/null @@ -1,30 +0,0 @@ - diff --git a/pandora_console/include/class/Networkmap2.class.php b/pandora_console/include/class/Networkmap2.class.php deleted file mode 100644 index acc6160d2a..0000000000 --- a/pandora_console/include/class/Networkmap2.class.php +++ /dev/null @@ -1,72 +0,0 @@ -id = $id; - $this->loadDB(); - $this->requires_js = array(); - $this->requires_js[] = "include/javascript/d3.3.5.14.js"; - } - - public function show() { - foreach ($this->requires_js as $js) { - echo "" . "\n"; - } - - ?> - -
- - -
- - print_js_init(); - } - - public function print_js_init() { - echo "

Networkmap

"; - ?> - - $this->id)); - - $this->type = $row['type']; - $this->subtype = $row['subtype']; - } -} -?>