phpbb_updates/update.php

11 lines
156 B
PHP
Executable File

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