diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2010-12-08 20:12:57 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2010-12-08 20:12:57 +0100 |
| commit | ceb9f52f0765af2f0eebca575d6107bf984b8cdb (patch) | |
| tree | e7403381cc78a600ebbd8b5fa816b1c848ecfbce | |
| parent | d5dcda396569fa0f2bed65b7fb13d443ff8d0d1a (diff) | |
| download | linksys-wrt3g-tools-ceb9f52f0765af2f0eebca575d6107bf984b8cdb.tar.gz linksys-wrt3g-tools-ceb9f52f0765af2f0eebca575d6107bf984b8cdb.zip | |
begin pearification by renaming functions.php
| -rw-r--r-- | Wrt3g.php (renamed from functions.php) | 0 | ||||
| -rwxr-xr-x | munin.php | 2 | ||||
| -rw-r--r-- | reboot.php | 2 | ||||
| -rw-r--r-- | status.php | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/functions.php b/Wrt3g.php index fa4693f..fa4693f 100644 --- a/functions.php +++ b/Wrt3g.php @@ -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"; @@ -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(); @@ -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(); |
