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

/home/webmaster/bottegadicalabria/test/vendor/pelago/emogrifier/

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

File Path : /home/webmaster/bottegadicalabria/test/vendor/pelago/emogrifier/.travis.yml

sudo: false language: php cache: directories: - vendor env: global: secure: nOIIWvxRsDlkg+5H21dmVeqvFbweOAk3l3ZiyZO1m5XuGuuZR9yj10oOudee8m0hzJ7e9eoZ+dfB3t8lmK0fTRTB6w0G7RuGiQb89ief3Zhs1vOveYOgS5yfTMRym57iluxsLeCe7AxWmy7+0fWAvx1qL7bKp+THGK9yv/aj9eM= matrix: include: - php: 5.4 env: CODE_SNIFFER=yes - php: 5.5 env: CODE_SNIFFER=yes - php: 5.6 env: CODE_SNIFFER=yes - php: 7.0 env: CODE_SNIFFER=yes - php: 7.1 env: CODE_SNIFFER=yes - php: hhvm env: CODE_SNIFFER=yes install: - composer install before_script: - vendor/bin/phpcs --config-set encoding utf-8 - if [ "$GITHUB_COMPOSER_AUTH" ]; then composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH; fi script: # Run PHP lint on all PHP files. - find Classes/ Tests/ -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l # Check the coding style. - if [[ "CODE_SNIFFER" == "yes" ]]; then vendor/bin/phpcs --standard=Configuration/PhpCodeSniffer/Standards/Emogrifier/ Classes/ Tests/; fi # Run the unit tests. - vendor/bin/phpunit Tests/