Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
backup /
extensions /
WikiEditor /
Delete
Unzip
Name
Size
Permission
Date
Action
modules
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
tests
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
README
957
B
-rw-r--r--
2010-10-01 21:32
WikiEditor.hooks.php
6.86
KB
-rw-r--r--
2011-04-22 14:10
WikiEditor.i18n.php
1.86
MB
-rw-r--r--
2011-09-07 23:56
WikiEditor.php
18.37
KB
-rw-r--r--
2011-11-09 15:51
Save
Rename
# WikiEditor provides enhancements to the MediaWiki edit page # This extension requires MediaWiki 1.17+ because it makes use of ResourceLoader. # Example LocalSettings.php additions require_once( "$IP/extensions/WikiEditor/WikiEditor.php" ); # Before configuring this extension, see WikiEditor.php and become familiar with the initial state and structure of the # $wgWikiEditorFeatures configuration variable. Essentially it's an array of arrays, keyed by feature name, each # containing global and user keys with boolean values. "global" indicates that it should be turned on for everyone # always, while user indicates that users should be allowed to turn it on or off in their user preferences. # To enable a preference by default but still allow users to disable it in preferences, use something like... $wgDefaultUserOptions['usebetatoolbar'] = 1; $wgDefaultUserOptions['usebetatoolbar-cgd'] = 1; $wgDefaultUserOptions['wikieditor-preview'] = 1;