From 19d30190e20f1c0b2848ea4043aaf9c31e48e386 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Tue, 5 Aug 2014 16:34:22 +0200 Subject: Add config.defaults.php to set default configuration options. The defaults can be overriden in the config.php file but some of them are fine as defaults. This will help in having a config.php file as short as we can. Also move utils.php to the includes directory. --- routers/cisco.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/cisco.php') diff --git a/routers/cisco.php b/routers/cisco.php index fa010e1..593b293 100644 --- a/routers/cisco.php +++ b/routers/cisco.php @@ -20,7 +20,7 @@ */ require_once 'router.php'; -require_once 'utils.php'; +require_once 'includes/utils.php'; final class Cisco extends Router { protected function build_commands($command, $parameters) { -- cgit v1.2.3