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 /
owncloud-prm /
core /
vendor /
bootstrap /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
fonts
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
grunt
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
js
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
less
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
nuget
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
CHANGELOG.md
425
B
-rw-r--r--
2018-04-19 18:15
Gruntfile.js
14.75
KB
-rw-r--r--
2018-04-19 18:15
LICENSE
1.06
KB
-rw-r--r--
2018-04-19 18:15
README.md
7.31
KB
-rw-r--r--
2018-04-19 18:15
package.js
964
B
-rw-r--r--
2018-04-19 18:15
Save
Rename
// package metadata file for Meteor.js /* jshint strict:false */ /* global Package:true */ Package.describe({ name: 'twbs:bootstrap', // http://atmospherejs.com/twbs/bootstrap summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.', version: '3.3.6', git: 'https://github.com/twbs/bootstrap.git' }); Package.onUse(function (api) { api.versionsFrom('METEOR@1.0'); api.use('jquery', 'client'); var assets = [ 'dist/fonts/glyphicons-halflings-regular.eot', 'dist/fonts/glyphicons-halflings-regular.svg', 'dist/fonts/glyphicons-halflings-regular.ttf', 'dist/fonts/glyphicons-halflings-regular.woff', 'dist/fonts/glyphicons-halflings-regular.woff2' ]; if (api.addAssets) { api.addAssets(assets, 'client'); } else { api.addFiles(assets, 'client', { isAsset: true }); } api.addFiles([ 'dist/css/bootstrap.css', 'dist/js/bootstrap.js' ], 'client'); });