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 /
Vector /
Delete
Unzip
Name
Size
Permission
Date
Action
modules
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
README
1.02
KB
-rw-r--r--
2010-10-01 22:21
Vector.hooks.php
5.13
KB
-rw-r--r--
2011-06-17 18:19
Vector.i18n.php
102.3
KB
-rw-r--r--
2011-07-18 22:05
Vector.php
4.48
KB
-rw-r--r--
2011-03-21 21:46
switchExperimentPrefs.php
1.46
KB
-rw-r--r--
2011-06-30 11:10
Save
Rename
# Vector provides enhancements to the Vector skin # This extension requires MediaWiki 1.17+ because it makes use of ResourceLoader. # Example LocalSettings.php additions require_once( "$IP/extensions/Vector/Vector.php" ); # Before configuring this extension, see Vector.php and become familiar with the initial state and structure of the # $wgVectorFeatures 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['vector-collapsiblenav'] = 1; # By default, the Vector skin does not use the simplified search box. To take advantage of the simplesearch feature you # must add this to your LocalSettings.php file. $wgVectorUseSimpleSearch = true;