Merge pull request #100 from th-h/thh-emerge

emerge_spartacus: remove netmirror upload.
This commit is contained in:
Garvin Hicking 2019-06-15 17:13:48 +02:00 committed by GitHub
commit fe06cb4775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -455,6 +455,8 @@ class emerge_spartacus {
}
function upload($file, $remotefile) {
# netmirror.org is no longer functional nor is it used
return;
static $c, $login;
if (function_exists('ftp_connect')) {
if (!is_resource($c) || !$login) {