whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
tests
/
Upload File:
files >> //home/qbizpnmr/arif.umairtax.com/tests/CreatesApplication.php
<?php namespace Tests; use Illuminate\Contracts\Console\Kernel; use Illuminate\Support\Facades\Hash; trait CreatesApplication { /** * Creates the application. * * @return \Illuminate\Foundation\Application */ public function createApplication() { $app = require __DIR__.'/../bootstrap/app.php'; // define('STDIN', fopen("php://stdin", "r")); $app->make(Kernel::class)->bootstrap(); Hash::setRounds(4); return $app; } }
Copyright ©2021 || Defacer Indonesia