8 lines
260 B
PHP
8 lines
260 B
PHP
<?php
|
|
require_once(__DIR__
|
|
. DIRECTORY_SEPARATOR . '..'
|
|
. DIRECTORY_SEPARATOR . 'src'
|
|
. DIRECTORY_SEPARATOR . 'AutoLoader.php');
|
|
|
|
$upgradeService = Szurubooru\Injector::get(\Szurubooru\Services\UpgradeService::class);
|
|
$upgradeService->runUpgradesVerbose();
|