mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
src: whitespace sweep
This commit is contained in:
parent
88ca81a056
commit
98f2edacb4
@ -45,7 +45,7 @@ function listtags()
|
||||
'npt', 'ntpserver',
|
||||
'onetoone', 'openvpn-server', 'openvpn-client', 'openvpn-csc', 'option',
|
||||
'package', 'passthrumac', 'phase1', 'phase2', 'ppp', 'pppoe', 'priv', 'proxyarpnet', 'pool', 'pages', 'pipe',
|
||||
'qinqentry',
|
||||
'qinqentry',
|
||||
'radnsserver', 'roll', 'route', 'row', 'rrddatafile', 'rule',
|
||||
'schedule', 'service', 'servernat', 'servers', 'serversdisabled', 'staticmap', 'subqueue',
|
||||
'tab', 'timerange', 'tunnel',
|
||||
|
||||
@ -197,7 +197,7 @@ if (!is_ipaddr($oldip) || $curwanip != $oldip || !is_ipaddrv4($config['interface
|
||||
|
||||
/* restart snmp */
|
||||
services_snmpd_configure();
|
||||
|
||||
|
||||
/* reconfigure ntpd */
|
||||
system_ntp_configure(false);
|
||||
mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh", false, true);
|
||||
|
||||
@ -158,4 +158,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -3,4 +3,3 @@ command:/usr/local/etc/rc.resolv_conf_generate
|
||||
parameters:
|
||||
type:script
|
||||
message:Rewriting resolv.conf
|
||||
|
||||
|
||||
@ -3,4 +3,3 @@ command:/usr/local/etc/rc.dyndns.update
|
||||
parameters:%s
|
||||
type:script
|
||||
message:updating dyndns %s
|
||||
|
||||
|
||||
@ -46,4 +46,3 @@ command:/usr/local/etc/rc.carpbackup
|
||||
parameters:%s
|
||||
type:script
|
||||
message:Carp backup event
|
||||
|
||||
|
||||
@ -3,4 +3,3 @@ command:/usr/local/etc/rc.sshd
|
||||
parameters:
|
||||
type:script
|
||||
message:starting sshd
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@ if(empty($xml)) {
|
||||
if (file_exists("/usr/local/www/wizards/{$xml}")) {
|
||||
global $listtags ;
|
||||
$listtags = array_flip(array('build_port_path', 'depends_on_package', 'onetoone', 'queue', 'rule', 'servernat', 'alias', 'additional_files_needed', 'tab', 'template', 'menu', 'rowhelperfield', 'service', 'step', 'package', 'columnitem', 'option', 'item', 'field', 'package', 'file'));
|
||||
$pkg = parse_xml_config_raw('/usr/local/www/wizards/' . $xml, 'pfsensewizard', false);
|
||||
$pkg = parse_xml_config_raw('/usr/local/www/wizards/' . $xml, 'pfsensewizard', false);
|
||||
} else {
|
||||
print_info_box_np(sprintf(gettext("ERROR: Could not open %s."), $xml));
|
||||
die;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user