From 42fdf3bebb0e0c1774e3cd5714c04e5b3687c0eb Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 16 Dec 2014 13:07:20 +0100 Subject: [PATCH] First commit of new treeview --- pandora_console/operation/tree.php | 7 +++++++ pandora_console/operation/tree2.php | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 pandora_console/operation/tree2.php diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index d941324600..31686037b5 100755 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -14,6 +14,13 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. + + +require_once("tree2.php"); +return; +//////////////////////////////////////////////////////////////////////// + + define('ALL', -1); define('NORMAL', 0); define('WARNING', 2); diff --git a/pandora_console/operation/tree2.php b/pandora_console/operation/tree2.php new file mode 100644 index 0000000000..1c77c1d6b7 --- /dev/null +++ b/pandora_console/operation/tree2.php @@ -0,0 +1,18 @@ + \ No newline at end of file