1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#!/usr/local/bin/php -f <?php require("config.inc"); require("functions.inc"); mwexec("killall -9 lighttpd"); echo "Restarting webConfigurator..."; system_webgui_start(); captiveportal_configure(); enable_rrd_graphing(); echo " done.\n\n"; ?>