aboutsummaryrefslogtreecommitdiff
path: root/reboot.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 /reboot.php
parentd5dcda396569fa0f2bed65b7fb13d443ff8d0d1a (diff)
downloadlinksys-wrt3g-tools-ceb9f52f0765af2f0eebca575d6107bf984b8cdb.tar.gz
linksys-wrt3g-tools-ceb9f52f0765af2f0eebca575d6107bf984b8cdb.zip
begin pearification by renaming functions.php
Diffstat (limited to 'reboot.php')
-rw-r--r--reboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/reboot.php b/reboot.php
index a6c1981..a7be1be 100644
--- a/reboot.php
+++ b/reboot.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();