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 /
wiki.bernardino.org /
vendor /
oojs /
oojs-ui /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
demos
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
i18n
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
php
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
.eslintrc.json
447
B
-rw-r--r--
2016-11-28 20:20
.stylelintrc
235
B
-rw-r--r--
2016-11-28 20:20
AUTHORS.txt
1.61
KB
-rw-r--r--
2016-11-28 20:20
Gemfile.lock
463
B
-rw-r--r--
2016-11-28 20:20
History.md
103.63
KB
-rw-r--r--
2016-11-28 20:20
LICENSE-MIT
1.06
KB
-rw-r--r--
2016-11-28 20:20
README.md
5.43
KB
-rw-r--r--
2016-11-28 20:20
Rakefile
441
B
-rw-r--r--
2016-11-28 20:20
Save
Rename
require 'bundler/setup' require 'rubocop/rake_task' RuboCop::RakeTask.new(:rubocop) do |task| # if you use mediawiki-vagrant, rubocop will by default use it's .rubocop.yml # the next line makes it explicit that you want .rubocop.yml from the directory # where `bundle exec rake` is executed task.options = ['-c', '.rubocop.yml'] end task default: [:test] desc 'Run all build/tests commands (CI entry point)' task test: [:rubocop]