@@ -13,7 +13,7 @@ |
||
13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
14 | 14 | */ |
15 | 15 | global $LANG; |
16 | -$LANG = array ( |
|
16 | +$LANG = array( |
|
17 | 17 | 'user_ga_code' => 'Google Hitelesítő küldése a felhasználónak email-ben.', |
18 | 18 | 'send_ga_code' => 'Google Hitelesítés a felhasználó számára.', |
19 | 19 | 'error_no_email' => 'Ennek a felhasználónak nincs email beállítva!', |
@@ -56,7 +56,7 @@ |
||
56 | 56 | } elseif (substr_count($val, '$pre = ') > 0) { |
57 | 57 | $_SESSION['pre'] = getSettingValue($val); |
58 | 58 | } elseif (substr_count($val, "define('SECUREPATH',") > 0) { |
59 | - $_SESSION['sk_file'] = substr($val, 23, strpos($val, ');')-24)."/sk.php"; |
|
59 | + $_SESSION['sk_file'] = substr($val, 23, strpos($val, ');') - 24)."/sk.php"; |
|
60 | 60 | } |
61 | 61 | } |
62 | 62 | } |
@@ -137,7 +137,7 @@ discard block |
||
137 | 137 | $config->setIgnoreHeaderLine("true"); |
138 | 138 | // extract data from CSV file |
139 | 139 | $interpreter = new Interpreter(); |
140 | - $interpreter->addObserver(function (array $row) use (&$valuesToImport) { |
|
140 | + $interpreter->addObserver(function(array $row) use (&$valuesToImport) { |
|
141 | 141 | $valuesToImport[] = array( |
142 | 142 | 'Label' => $row[0], |
143 | 143 | 'Login' => $row[1], |
@@ -966,7 +966,7 @@ discard block |
||
966 | 966 | break; |
967 | 967 | } |
968 | 968 | |
969 | -spl_autoload_register(function ($class) { |
|
969 | +spl_autoload_register(function($class) { |
|
970 | 970 | $prefix = 'League\\Csv\\'; |
971 | 971 | $base_dir = __DIR__.'/src/'; |
972 | 972 | $len = strlen($prefix); |
@@ -105,7 +105,7 @@ discard block |
||
105 | 105 | //load full tree |
106 | 106 | $tree->rebuild(); |
107 | 107 | $tree = $tree->getDescendants(); |
108 | - // Init post variable |
|
108 | + // Init post variable |
|
109 | 109 | $post_operation_id = filter_input(INPUT_POST, 'file', FILTER_SANITIZE_NUMBER_INT); |
110 | 110 | |
111 | 111 | // Get filename from database |
@@ -436,7 +436,7 @@ discard block |
||
436 | 436 | } |
437 | 437 | |
438 | 438 | /** |
439 | - ** Recursive function that will permit to read each level of XML nodes |
|
439 | + ** Recursive function that will permit to read each level of XML nodes |
|
440 | 440 | */ |
441 | 441 | function recursiveKeepassXML($xmlRoot, $xmlLevel = 0) |
442 | 442 | { |
@@ -586,7 +586,7 @@ discard block |
||
586 | 586 | |
587 | 587 | //recursive call |
588 | 588 | if ($history !== true) { |
589 | - recursiveKeepassXML($xmlChildren, $xmlLevel + 1); |
|
589 | + recursiveKeepassXML($xmlChildren, $xmlLevel + 1); |
|
590 | 590 | } |
591 | 591 | |
592 | 592 | // Force History to false |
@@ -13,7 +13,7 @@ |
||
13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
14 | 14 | */ |
15 | 15 | global $LANG; |
16 | -$LANG = array ( |
|
16 | +$LANG = array( |
|
17 | 17 | 'user_ga_code' => 'Gửi mã xác thực GoogleAuthenticator tới người sử dụng qua Email!', |
18 | 18 | 'send_ga_code' => 'Set and email Google Authentication code', |
19 | 19 | 'error_no_email' => 'Người sử dụng này chưa khai báo địa chỉ email!', |
@@ -13,7 +13,7 @@ |
||
13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
14 | 14 | */ |
15 | 15 | global $LANG; |
16 | -$LANG = array ( |
|
16 | +$LANG = array( |
|
17 | 17 | 'user_ga_code' => 'Αποστολή GoogleAuthenticator στο χρήστη με ηλεκτρονικό μήνυμα', |
18 | 18 | 'send_ga_code' => 'Set and email Google Authentication code', |
19 | 19 | 'error_no_email' => 'Αυτός ο χρήστης δεν έχει ορίσει διεύθυνση ηλεκτρονικού ταχυδρομίου!', |
@@ -13,7 +13,7 @@ |
||
13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
14 | 14 | */ |
15 | 15 | global $LANG; |
16 | -$LANG = array ( |
|
16 | +$LANG = array( |
|
17 | 17 | 'user_ga_code' => 'Envia Google Authenticator per email a l\'usuari', |
18 | 18 | 'send_ga_code' => 'Estableix i envia per correu el codi de Google Authenticator', |
19 | 19 | 'error_no_email' => 'L\'usuari no te email configurat!', |
@@ -13,7 +13,7 @@ |
||
13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
14 | 14 | */ |
15 | 15 | global $LANG; |
16 | -$LANG = array ( |
|
16 | +$LANG = array( |
|
17 | 17 | 'user_ga_code' => 'Zaslat uživateli Google Authenticator emailem', |
18 | 18 | 'send_ga_code' => 'Google Authenticator pro uživatele', |
19 | 19 | 'error_no_email' => 'Tento uživatel nemá nastavenou emailovou adresu!', |
@@ -13,7 +13,7 @@ |
||
13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
14 | 14 | */ |
15 | 15 | global $LANG; |
16 | -$LANG = array ( |
|
16 | +$LANG = array( |
|
17 | 17 | 'user_ga_code' => '发送 Google 身份验证器至用户,通过电子邮件', |
18 | 18 | 'send_ga_code' => 'Google 身份验证器,为用户', |
19 | 19 | 'error_no_email' => '此用户未设置电子邮件地址!', |
@@ -13,7 +13,7 @@ |
||
13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
14 | 14 | */ |
15 | 15 | global $LANG; |
16 | -$LANG = array ( |
|
16 | +$LANG = array( |
|
17 | 17 | 'user_ga_code' => 'Email Google Authentication to user', |
18 | 18 | 'send_ga_code' => 'Set and email Google Authentication code', |
19 | 19 | 'error_no_email' => 'Este utilizador não possui uma conta de email definida!', |