From 634ed3ee088747d4d53ff739d4df5883cdeb59e7 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 10 Dec 2010 18:01:42 +0100 Subject: make scripts work again (config path) --- scripts/reboot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/reboot.php') 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 { -- cgit v1.2.3