#!/usr/local/cpanel/3rdparty/bin/php
<?php
require_once __DIR__ . '/vendor/autoload.php';
\WpDownloader\Log::logErrors();
$update = new WpDownloader\Update();
$update->forceRecompile = @in_array('forceRecompile', @$argv);
$update->forceDownload = @in_array('forceDownload', @$argv);
$update->prepareNewVersion();
Back to Directory