mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
src: sync and style after refactor
This commit is contained in:
parent
163cbd2735
commit
e19e1edff3
1
LICENSE
1
LICENSE
@ -2,7 +2,6 @@ Copyright (c) 2014-2024 Ad Schellevis <ad@opnsense.org>
|
||||
Copyright (c) 2017 Alexander Shursha <kekek2@ya.ru>
|
||||
Copyright (c) 2004 Bachman Kharazmi
|
||||
Copyright (c) 2005-2008 Bill Marquette <bill.marquette@gmail.com>
|
||||
Copyright (c) 2003-2005 Bob Zoller <bob@kludgebox.com>
|
||||
Copyright (c) 2012 Carlos Cesario <carloscesario@gmail.com>
|
||||
Copyright (c) 2024 Cedrik Pischem
|
||||
Copyright (c) 2005-2006 Colin Smith <ethethlay@gmail.com>
|
||||
|
||||
@ -40,4 +40,4 @@ class ServiceController extends ApiMutableServiceControllerBase
|
||||
//protected static $internalServiceTemplate = 'OPNsense/Dnsmasq';
|
||||
protected static $internalServiceEnabled = 'enable';
|
||||
protected static $internalServiceName = 'dnsmasq';
|
||||
}
|
||||
}
|
||||
|
||||
@ -84,4 +84,4 @@ class SettingsController extends ApiMutableModelControllerBase
|
||||
{
|
||||
return $this->delBase('domainoverride', $uuid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -39,4 +39,4 @@ class IndexController extends \OPNsense\Base\IndexController
|
||||
$this->view->formGridDomainOverride = $this->getFormGrid("dialogDomainOverride");
|
||||
$this->view->pick('OPNsense/Dnsmasq/index');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -113,4 +113,4 @@
|
||||
<type>text</type>
|
||||
<help>The domain name to use for DHCP hostname registration. If empty, the default system domain is used. Note that all DHCP leases will be assigned to the same domain. If this is undesired, static DHCP lease registration is able to provide coherent mappings.</help>
|
||||
</field>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user