X-Git-Url: https://git.cweiske.de/linksys-wrt3g-tools.git/blobdiff_plain/b538fcadebc819d070f7d1defc8957da101a707a..ba12040537e4907e428f84d7de67d5f58604f5f2:/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();