Skip to content

Commit b2766e5

Browse files
committed
Removed double space that was not needed.
Saving bytes, that's all!
1 parent fe21f1c commit b2766e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/login/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// Login as someone else
1616
if (isset($_SESSION['user'])) {
17-
if ($_SESSION['user'] == 'admin' && !empty($_GET['loginas'])) {
17+
if ($_SESSION['user'] == 'admin' && !empty($_GET['loginas'])) {
1818
exec (VESTA_CMD . "v-list-user ".escapeshellarg($_GET['loginas'])." json", $output, $return_var);
1919
if ( $return_var == 0 ) {
2020
$data = json_decode(implode('', $output), true);

0 commit comments

Comments
 (0)