aboutsummaryrefslogtreecommitdiff
path: root/status.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 /status.php
parentd5dcda396569fa0f2bed65b7fb13d443ff8d0d1a (diff)
downloadlinksys-wrt3g-tools-ceb9f52f0765af2f0eebca575d6107bf984b8cdb.tar.gz
linksys-wrt3g-tools-ceb9f52f0765af2f0eebca575d6107bf984b8cdb.zip
begin pearification by renaming functions.php
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();