I am a hacker in the dark of a very cold night

path :/var/www/html/vorne.webheaydemo.com

upload file:

List of files:

name file size edit permission action
.editorconfig276 KBMarch 05 2024 07:12:340666
.env1385 KBMay 24 2024 16:43:550666
.env.example1088 KBMarch 05 2024 07:12:340666
.gitattributes190 KBMarch 05 2024 07:12:340666
.gitignore245 KBMarch 05 2024 07:12:340666
.htaccess947 KBJuly 04 2023 21:25:080664
.rnd1024 KBMarch 13 2024 04:51:140666
README.md472 KBMarch 22 2024 10:35:000666
app-March 05 2024 07:12:340777
artisan1739 KBMarch 05 2024 07:12:340666
bootstrap-March 05 2024 07:12:340777
composer.json2829 KBMay 13 2024 12:10:040666
composer.lock417205 KBMarch 19 2024 12:13:140666
config-July 03 2025 02:53:360777
database-March 05 2024 07:12:340777
index.php1816 KBMay 13 2024 10:32:360666
lang-May 13 2024 14:53:260777
manifest.json913 KBMay 14 2024 03:57:260664
package.json398 KBMarch 05 2024 07:12:340666
phpunit.xml1206 KBMarch 05 2024 07:12:340666
public-July 03 2025 02:37:200777
resources-May 13 2024 12:09:360777
routes-March 05 2024 07:12:340777
service-worker.js924 KBMarch 05 2024 07:12:340666
storage-March 05 2024 10:03:520777
symlink.php218 KBMarch 05 2024 07:12:340666
tests-March 05 2024 07:12:340777
vendor-March 19 2024 12:13:140777
vite.config.js326 KBMarch 05 2024 07:12:340666
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [3.0.2] - 2022-10-27 ### Fixed - Added missing return types to docblocks (#44, #45) ## [3.0.1] - 2021-08-13 ### Added - Adds ReturnTypeWillChange to suppress PHP 8.1 warnings (#40) ## [3.0.0] - 2021-01-01 ### Added - Added support for both `.` and `/`-delimited key paths (#24) - Added parameter and return types to everything; enabled strict type checks (#18) - Added new exception classes to better identify certain types of errors (#20) - `Data` now implements `ArrayAccess` (#17) - Added ability to merge non-associative array values (#31, #32) ### Changed - All thrown exceptions are now instances or subclasses of `DataException` (#20) - Calling `get()` on a missing key path without providing a default will throw a `MissingPathException` instead of returning `null` (#29) - Bumped supported PHP versions to 7.1 - 8.x (#18) ### Fixed - Fixed incorrect merging of array values into string values (#32) - Fixed `get()` method behaving as if keys with `null` values didn't exist ## [2.0.0] - 2017-12-21 ### Changed - Bumped supported PHP versions to 7.0 - 7.4 (#12) - Switched to PSR-4 autoloading ## [1.1.0] - 2017-01-20 ### Added - Added new `has()` method to check for the existence of the given key (#4, #7) ## [1.0.1] - 2015-08-12 ### Added - Added new optional `$default` parameter to the `get()` method (#2) ## [1.0.0] - 2012-07-17 **Initial release!** [Unreleased]: https://github.com/dflydev/dflydev-dot-access-data/compare/v3.0.2...main [3.0.2]: https://github.com/dflydev/dflydev-dot-access-data/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/dflydev/dflydev-dot-access-data/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/dflydev/dflydev-dot-access-data/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/dflydev/dflydev-dot-access-data/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/dflydev/dflydev-dot-access-data/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/dflydev/dflydev-dot-access-data/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/dflydev/dflydev-dot-access-data/releases/tag/v1.0.0