Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 962 → Rev 963

/trunk/plugins/viathinksoft/adminPages/920_nostalgia/export_dos.php
123,8 → 123,8
}
 
$exe_url = 'https://github.com/danielmarschall/oidplus_dos/raw/master/OIDPLUS.EXE';
$exe = @file_get_contents($exe_url);
if ($exe == '') {
$exe = url_get_contents($exe_url);
if (!$exe) {
throw new OIDplusException(_L("Cannot download the binary file from GitHub (%1)", $exe_url));
}
$zip->addFromString('OIDPLUS.EXE', $exe);