aboutsummaryrefslogtreecommitdiff
path: root/status.php
diff options
context:
space:
mode:
Diffstat (limited to 'status.php')
-rw-r--r--status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.php b/status.php
index 9adfd02..5384d91 100644
--- a/status.php
+++ b/status.php
@@ -11,7 +11,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';
try {
$w = new Wrt3g();
$arStatus = $w->getStatus();