mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
src: whitespace sweep
This commit is contained in:
parent
07afd164d0
commit
25bd166a33
2
src/opnsense/mvc/app/cache/README
vendored
2
src/opnsense/mvc/app/cache/README
vendored
@ -1 +1 @@
|
||||
cache directory for Phalcon Volt templates
|
||||
cache directory for Phalcon Volt templates
|
||||
|
||||
@ -13,4 +13,4 @@
|
||||
<Interfaces order="1" cssClass="glyphicon glyphicon-wrench">
|
||||
<new order="99" url="/ui/test9.php"/>
|
||||
</Interfaces>
|
||||
</menu>
|
||||
</menu>
|
||||
|
||||
@ -139,4 +139,4 @@ class ACL
|
||||
$this->initLegacy();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -15,4 +15,4 @@ AddDefaultCharset UTF-8
|
||||
RewriteRule ^api/(.*)$ api.php?_url=/$1 [QSA,L]
|
||||
RewriteRule ^ui/(.*)$ index.php?_url=/$1 [QSA,L]
|
||||
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
|
||||
@ -15,4 +15,3 @@ command:/usr/local/etc/rc.d/squid restart
|
||||
parameters:
|
||||
type:script
|
||||
message:restarting proxy
|
||||
|
||||
|
||||
@ -6,8 +6,8 @@ else
|
||||
# Single quoting $password breaks getting the value from the variable.
|
||||
password=$(echo -n "${password}" | openssl enc -base64 | sed -e 's/=/%3D/g')
|
||||
username=$(echo -n "${username}" | openssl enc -base64 | sed -e 's/=/%3D/g')
|
||||
|
||||
RESULT=$(/usr/local/bin/php /etc/inc/openvpn.auth-user.php $username $password $common_name $3 $2 $4)
|
||||
|
||||
RESULT=$(/usr/local/bin/php /etc/inc/openvpn.auth-user.php $username $password $common_name $3 $2 $4)
|
||||
fi
|
||||
|
||||
if [ "${RESULT}" = "OK" ]; then
|
||||
|
||||
@ -460,7 +460,7 @@ include("head.inc");
|
||||
<?php endif; ?>
|
||||
|
||||
<section class="col-xs-12">
|
||||
<?php
|
||||
<?php
|
||||
/* active tabs */
|
||||
$tab_array = array();
|
||||
$tabscounter = 0;
|
||||
|
||||
@ -208,7 +208,7 @@ include("head.inc");
|
||||
|
||||
<?php if ($input_errors) print_input_errors($input_errors); ?>
|
||||
<?php if ($savemsg) print_info_box($savemsg); ?>
|
||||
|
||||
|
||||
<section class="col-xs-12">
|
||||
|
||||
<?php
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user