From 3d9b374cfaf449f26f444a5b475bb932391f0cf2 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 8 Dec 2015 17:32:16 +0100 Subject: Add missing includes --- config/routed/routed.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/routed/routed.inc b/config/routed/routed.inc index c83b0052..5bee0cac 100644 --- a/config/routed/routed.inc +++ b/config/routed/routed.inc @@ -27,6 +27,11 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +require_once("config.inc"); +require_once("interfaces.inc"); +require_once("service-utils.inc"); +require_once("util.inc"); + function setup_routed() { global $config; -- cgit v1.2.3 From 648d4aaf8f5fba0ef6294a57c93bb0a71d6a575f Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 8 Dec 2015 17:33:52 +0100 Subject: Fix menu item URL, nuke useless tag, bump routed package version --- config/routed/routed.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/routed/routed.xml b/config/routed/routed.xml index 960cf83b..f7994e51 100644 --- a/config/routed/routed.xml +++ b/config/routed/routed.xml @@ -42,7 +42,7 @@ ]]> routed - 1.2.2 + 1.2.3 Services: RIP /usr/local/pkg/routed.inc pkg_edit.php?xml=routed.xml @@ -58,7 +58,7 @@ RIP
Services
routed.xml - pkg_edit.php?xml=routed.xml + /pkg_edit.php?xml=routed.xml routed @@ -73,7 +73,6 @@ - ['installedpackages']['routed']['config'] Enable RIP -- cgit v1.2.3