hfs 0.26.4 → 0.26.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/admin/assets/{index.18284abb.js → index.3129dad1.js} +38 -38
- package/admin/assets/{sha512.ae60b35d.js → sha512.e9b1ee42.js} +1 -1
- package/admin/index.html +1 -1
- package/frontend/assets/{index.bbe713bb.js → index.1151988f.js} +17 -17
- package/frontend/assets/{sha512.666674ae.js → sha512.bb881250.js} +1 -1
- package/frontend/index.html +1 -1
- package/package.json +1 -2
- package/src/util-files.js +11 -9
- package/src/vfs.js +38 -28
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ You won't find all previous features here (yet), but still we got:
|
|
|
53
53
|
- if a browser cannot be opened on the computer where you are installing HFS,
|
|
54
54
|
you should enter this command in HFS console: `create-admin <PASSWORD>`
|
|
55
55
|
|
|
56
|
-
If you access *Admin-panel* via localhost, by default HFS **won't** require
|
|
56
|
+
If you access *Admin-panel* via localhost, by default HFS **won't** require you to login.
|
|
57
57
|
If you don't like this behavior, disable it in the Admin-panel or enter this console command `config localhost_admin false`.
|
|
58
58
|
|
|
59
59
|
### Other systems
|