From ea476acce466535853bc2b646f047432ee2fb731 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Fri, 27 May 2016 05:44:32 -0400
Subject: [PATCH] add optional arrays for service-name to function system->getinitcommand and also a parameter to check if the current service exists (mandatory if you use an array)

---
 interface/web/tools/lib/module.conf.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/web/tools/lib/module.conf.php b/interface/web/tools/lib/module.conf.php
index 853fd64..617ab0b 100644
--- a/interface/web/tools/lib/module.conf.php
+++ b/interface/web/tools/lib/module.conf.php
@@ -7,6 +7,7 @@
 $module['template']  = 'module.tpl.htm';
 $module['startpage']  = 'tools/index.php';
 $module['tab_width']    = '60';
+$module['order']    = '80';
 
 
 //**** Change User password

--
Gitblit v1.9.1