📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: CHANGELOG.md
# Change Log All notable changes will be documented in this file. ## [3.4.0] - 2019-03-20 ### Changes - Enabled legacy auth token to be read from environment variable (Martin Flodin) ## [3.3.2] - 2018-01-26 ### Changes - Support password with ENV variable tokens (Nowell Strite) ## [3.3.1] - 2017-05-02 ### Fixes - Auth legacy token is basic auth (Hutson Betts) ## [3.3.0] - 2017-04-24 ### Changes - Support legacy auth token config key (Zoltan Kochan) - Use safe-buffer module for backwards-compatible base64 encoding/decoding (Espen Hovlandsdal) - Change to standard.js coding style (Espen Hovlandsdal) ## [3.2.0] - 2017-04-20 ### Changes - Allow passing parsed npmrc from outside (Zoltan Kochan) ## [3.1.2] - 2017-04-07 ### Changes - Avoid infinite loop on invalid URL (Zoltan Kochan) ## [3.1.1] - 2017-04-06 ### Changes - Nerf-dart URLs even if recursive is set to false (Espen Hovlandsdal) ## [3.1.0] - 2016-10-19 ### Changes - Return the password and username for Basic authorization (Zoltan Kochan) ## [3.0.1] - 2016-08-07 ### Changes - Fix recursion bug (Lukas Eipert) - Implement alternative base64 encoding/decoding implementation for Node 6 (Lukas Eipert) ## [3.0.0] - 2016-08-04 ### Added - Support for Basic Authentication (username/password) (Lukas Eipert) ### Changes - The result format of the output changed from a simple string to an object which contains the token type ```js // before: returns 'tokenString' // after: returns {token: 'tokenString', type: 'Bearer'} getAuthToken() ``` ## [2.1.1] - 2016-07-10 ### Changes - Fix infinite loop when recursively resolving registry URLs on Windows (Espen Hovlandsdal) ## [2.1.0] - 2016-07-07 ### Added - Add feature to find configured registry URL for a scope (Espen Hovlandsdal) ## [2.0.0] - 2016-06-17 ### Changes - Fix tokens defined by reference to environment variables (Dan MacTough) ## [1.1.1] - 2016-04-26 ### Changes - Fix for registries with port number in URL (Ryan Day) [1.1.1]: https://github.com/rexxars/registry-auth-token/compare/a5b4fe2f5ff982110eb8a813ba1b3b3c5d851af1...v1.1.1 [2.0.0]: https://github.com/rexxars/registry-auth-token/compare/v1.1.1...v2.0.0 [2.1.0]: https://github.com/rexxars/registry-auth-token/compare/v2.0.0...v2.1.0 [2.1.1]: https://github.com/rexxars/registry-auth-token/compare/v2.1.0...v2.1.1 [3.0.0]: https://github.com/rexxars/registry-auth-token/compare/v2.1.1...v3.0.0 [3.0.1]: https://github.com/rexxars/registry-auth-token/compare/v3.0.0...v3.0.1 [3.1.0]: https://github.com/rexxars/registry-auth-token/compare/v3.0.1...v3.1.0 [3.1.1]: https://github.com/rexxars/registry-auth-token/compare/v3.1.0...v3.1.1 [3.1.2]: https://github.com/rexxars/registry-auth-token/compare/v3.1.1...v3.1.2 [3.2.0]: https://github.com/rexxars/registry-auth-token/compare/v3.1.2...v3.2.0 [3.3.0]: https://github.com/rexxars/registry-auth-token/compare/v3.2.0...v3.3.0
Save