aboutsummaryrefslogtreecommitdiff
path: root/munin.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-12-08 20:12:57 +0100
committerChristian Weiske <cweiske@cweiske.de>2010-12-08 20:12:57 +0100
commitceb9f52f0765af2f0eebca575d6107bf984b8cdb (patch)
treee7403381cc78a600ebbd8b5fa816b1c848ecfbce /munin.php
parentd5dcda396569fa0f2bed65b7fb13d443ff8d0d1a (diff)
downloadlinksys-wrt3g-tools-ceb9f52f0765af2f0eebca575d6107bf984b8cdb.tar.gz
linksys-wrt3g-tools-ceb9f52f0765af2f0eebca575d6107bf984b8cdb.zip
begin pearification by renaming functions.php
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";