FreeBSD 11.0-RELEASE-p2 #0 850e1e9(master): Fri Oct 28 17:09:55 CEST 2016 root@sensey64:/usr/obj/usr/src/sys/SMP
OPNsense 17.1.a_704-32e02ba0f [17.1.a_695-4a77e5c60] OpenSSL 1.0.2j 26 Sep 2016 (amd64)
Fatal error: Call to undefined function system_onfigure_cron() in /usr/local/www/firewall_rules_edit.php on line 454
small typo on 454 :)
system_onfigure_cron();
system_configure_cron();
cheers till
Made your change a pull request: https://github.com/opnsense/core/pull/1265
Hi guys,
Thanks for catching this early! I'm currently reworking the backend service handling to make most services plugins using simpler code / facilities. The cron thing underwent another transition, but this time I made sure to use a replace command from the editor for consistency.
Cheers,
Franco