phpbb_updates/update.php

10 lines
181 B
PHP
Executable File

#!/usr/bin/keyhelp-php81 -d apc.enable_cli=1
<?php
use App\UpdateController;
require __DIR__ . '/vendor/autoload.php';
$update = new UpdateController();
$update->handleUpdate();