From ceb9f52f0765af2f0eebca575d6107bf984b8cdb Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 8 Dec 2010 20:12:57 +0100 Subject: begin pearification by renaming functions.php --- munin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'munin.php') diff --git a/munin.php b/munin.php index b645e5c..9b94cc3 100755 --- a/munin.php +++ b/munin.php @@ -12,7 +12,7 @@ * @link http://cweiske.de/linksys-wrt3g-tools.htm */ require_once dirname(__FILE__) . '/config.php'; -require_once dirname(__FILE__) . '/functions.php'; +require_once 'Wrt3g.php'; if (isset($argv[1]) && $argv[1] == 'autoconf') { echo "yes\n"; -- cgit v1.2.3