You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($_SERVER['REQUEST_METHOD'] === 'POST' && $app->csrf->check()) {
$log = $app->update->run(isset($_POST['pull']));
}
$app->view->start('Update', 'locker');
echo '<h2 class="lt">Update</h2>';
echo '<p class="sans dk">Pulls GitHub master (config file is never overwritten) then runs SQL migrations — including the one-time lift of a legacy dump.</p>';
echo '<p class="sans">CLI: <code>php bin/update.php</code> or <code>bash bin/pw99-update</code></p>';