aboutsummaryrefslogtreecommitdiff
path: root/munin.php
diff options
context:
space:
mode:
Diffstat (limited to 'munin.php')
-rwxr-xr-xmunin.php2
1 files changed, 1 insertions, 1 deletions
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";