From ceb9f52f0765af2f0eebca575d6107bf984b8cdb Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 8 Dec 2010 20:12:57 +0100 Subject: begin pearification by renaming functions.php --- reboot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reboot.php') 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(); -- cgit v1.2.3