Commit 25bd166a authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent 07afd164
cache directory for Phalcon Volt templates
\ No newline at end of file
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>
\ No newline at end of file
</menu>
......@@ -139,4 +139,4 @@ class ACL
$this->initLegacy();
}
}
\ No newline at end of file
}
......@@ -15,4 +15,4 @@ AddDefaultCharset UTF-8
RewriteRule ^api/(.*)$ api.php?_url=/$1 [QSA,L]
RewriteRule ^ui/(.*)$ index.php?_url=/$1 [QSA,L]
</IfModule>
\ No newline at end of file
</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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment