make scripts work again (config path)
[linksys-wrt3g-tools.git] / scripts / status.php
index 9f9437179ae19cb62b1c17b3f31fb132f3f15022..b75a5087a0df80d9679517fd8bb43dd71525373b 100644 (file)
@@ -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 {
     $w = new Wrt3g();