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.191.103.28 | Time @ Server : 19 Oct 2024 05:21:06
MySQL : OFF | MSSQL : OFF | cURL : ON | Oracle : OFF | wget : ON | Perl : ON

/home/webmaster/firofichi/www/vendor/consolidation/log/

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

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

language: php dist: trusty branches: # Only test the master branch and SemVer tags. only: - master - /^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+.*$/ matrix: include: - php: 7.4 env: 'DEPENDENCIES=highest' - php: 7.4 - php: 7.3 - php: 7.2 - php: 7.1 env: 'SCENARIO=symfony4' - php: 7.1 env: 'SCENARIO=symfony4 DEPENDENCIES=lowest' sudo: false cache: directories: - vendor - $HOME/.composer/cache install: - '.scenarios.lock/install "${SCENARIO}" "${DEPENDENCIES}"' script: - composer test after_success: - 'travis_retry php vendor/bin/php-coveralls -v'