Issue fixes (#413)
* Auto lookup missing airports closes #404 * Ensure flight ICAOs are capitalized closes #404 * Update htaccess in root closes #412 * Update htaccess in root closes #412 * StyleCI fix
This commit is contained in:
@@ -10,7 +10,10 @@ require $path_to_phpvms_folder.'/bootstrap/autoload.php';
|
||||
$app = require_once $path_to_phpvms_folder.'/bootstrap/app.php';
|
||||
|
||||
$app->setPublicPath(__DIR__.'/public');
|
||||
$app->setPublicUrlPath(env('APP_PUBLIC_URL', '/public'));
|
||||
$app->setPublicUrlPath(env('APP_PUBLIC_URL', '/'));
|
||||
|
||||
// Uncomment this line if you're having issues with the redirecting not working properly
|
||||
//$app->setPublicUrlPath(env('APP_PUBLIC_URL', '/public'));
|
||||
|
||||
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user