src: whitespace sweep

This commit is contained in:
Franco Fichtner 2015-02-21 06:26:03 +01:00
parent 07afd164d0
commit 25bd166a33
8 changed files with 8 additions and 9 deletions

View File

@ -1 +1 @@
cache directory for Phalcon Volt templates
cache directory for Phalcon Volt templates

View File

@ -13,4 +13,4 @@
<Interfaces order="1" cssClass="glyphicon glyphicon-wrench">
<new order="99" url="/ui/test9.php"/>
</Interfaces>
</menu>
</menu>

View File

@ -139,4 +139,4 @@ class ACL
$this->initLegacy();
}
}
}

View 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>
</IfModule>

View File

@ -15,4 +15,3 @@ command:/usr/local/etc/rc.d/squid restart
parameters:
type:script
message:restarting proxy

View File

@ -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

View File

@ -460,7 +460,7 @@ include("head.inc");
<?php endif; ?>
<section class="col-xs-12">
<?php
<?php
/* active tabs */
$tab_array = array();
$tabscounter = 0;

View File

@ -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