Kernel : Linux vmw02p.internet-indee.net 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Tue Nov 16 14:42:35 UTC 2021 x86_64
Disable function : NONE
Safe mode : OFF
Host : firofichi.it | Server ip : 5.196.164.15 | Your ip : 18.227.134.133 | Time @ Server : 19 Oct 2024 04:03:58
MySQL : OFF | MSSQL : OFF | cURL : ON | Oracle : OFF | wget : ON | Perl : ON

/home/webmaster/firofichi/www/vendor/cache/cache/

HOME about upload exec mass file domain root vuln newfile newfolder kill me

File Path : /home/webmaster/firofichi/www/vendor/cache/cache/.travis.yml

language: php sudo: false env: global: - COVERAGE=false - TEST="./vendor/bin/phpunit" branches: except: - /^analysis-.*$/ - /^patch-.*$/ matrix: include: - php: 7.0 env: COVERAGE=true - php: 7.1 - php: 5.6 fast_finish: true services: - redis - memcached - mongodb addons: apt: sources: - mongodb-3.2-precise packages: - mongodb-org-server cache: directories: - "$HOME/.composer/cache" before_install: - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi - if [[ $COVERAGE == true ]]; then TEST="$TEST --coverage-clover=coverage.xml"; fi - mkdir -p ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d - ./build/php/all.sh script: - ./build/runAllTests.sh after_success: - if [[ $COVERAGE == true ]]; then pip install --user codecov && codecov ; fi notifications: email: false webhooks: urls: - https://webhooks.gitter.im/e/7b0035a70de31fa976df