mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
dhcp: should work without global include now
This commit is contained in:
parent
6be4951dbf
commit
00eedc8f67
@ -29,8 +29,6 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
require_once 'plugins.inc.d/dhcpd.inc'; /* XXX remove me */
|
||||
|
||||
/* XXX remove this file, merging it into system.inc */
|
||||
|
||||
function services_get()
|
||||
|
||||
@ -33,6 +33,7 @@ require_once("filter.inc");
|
||||
require_once("system.inc");
|
||||
require_once("interfaces.inc");
|
||||
require_once("services.inc");
|
||||
require_once("plugins.inc.d/dhcpd.inc");
|
||||
|
||||
function reconfigure_dhcpd()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user