fixed dropmail.php

This commit is contained in:
Gitea
2025-05-08 06:18:31 +05:30
parent d66cc1f106
commit 7ac4e68423

View File

@@ -1,4 +1,13 @@
<?php <?php
// 1. Bootstrap Laravel
require __DIR__ . '/vendor/autoload.php';
$app = require_once __DIR__ . '/bootstrap/app.php';
// 2. Start Laravel container
$kernel = $app->make(Illuminate\Contracts\Console\Kernel::class);
$kernel->bootstrap();
set_time_limit(0); set_time_limit(0);
$newTimezone = 'Europe/London'; $newTimezone = 'Europe/London';