Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
@nodelib /
fs.stat /
out /
Delete
Unzip
Name
Size
Permission
Date
Action
adapters
[ DIR ]
drwxr-xr-x
2024-07-10 10:56
providers
[ DIR ]
drwxr-xr-x
2024-07-10 10:56
types
[ DIR ]
drwxr-xr-x
2024-07-10 10:56
index.d.ts
805
B
-rw-r--r--
2024-03-21 05:18
index.js
985
B
-rw-r--r--
2024-03-21 05:18
settings.d.ts
518
B
-rw-r--r--
2024-03-21 05:18
settings.js
696
B
-rw-r--r--
2024-03-21 05:18
Save
Rename
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const fs = require("./adapters/fs"); class Settings { constructor(_options = {}) { this._options = _options; this.followSymbolicLink = this._getValue(this._options.followSymbolicLink, true); this.fs = fs.createFileSystemAdapter(this._options.fs); this.markSymbolicLink = this._getValue(this._options.markSymbolicLink, false); this.throwErrorOnBrokenSymbolicLink = this._getValue(this._options.throwErrorOnBrokenSymbolicLink, true); } _getValue(option, value) { return option !== null && option !== void 0 ? option : value; } } exports.default = Settings;