aboutsummaryrefslogtreecommitdiff
path: root/scripts/reboot.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-12-10 18:01:42 +0100
committerChristian Weiske <cweiske@cweiske.de>2010-12-10 18:01:42 +0100
commit634ed3ee088747d4d53ff739d4df5883cdeb59e7 (patch)
treef4c96bbf32400698bd51cc38bcad463eecaf809a /scripts/reboot.php
parentcfe00d3ccd79c2b1c7f8a09853d027dabff3c302 (diff)
downloadlinksys-wrt3g-tools-634ed3ee088747d4d53ff739d4df5883cdeb59e7.tar.gz
linksys-wrt3g-tools-634ed3ee088747d4d53ff739d4df5883cdeb59e7.zip
make scripts work again (config path)
Diffstat (limited to 'scripts/reboot.php')
-rw-r--r--scripts/reboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reboot.php b/scripts/reboot.php
index cdc3710..53b8b96 100644
--- a/scripts/reboot.php
+++ b/scripts/reboot.php
@@ -10,7 +10,7 @@
* @license AGPL v3
* @link http://cweiske.de/linksys-wrt3g-tools.htm
*/
-require_once dirname(__FILE__) . '/config.php';
+require_once dirname(__FILE__) . '/../config.php';
require_once 'Wrt3g.php';
try {