diff options
Diffstat (limited to 'munin.php')
| -rwxr-xr-x | munin.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |
