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