$configs['key']
default: 0123456789
|
|
The license key from your account must be adjusted, otherwise only the trial data will be loaded.
|
$configs['lang']
default: en
|
|
Language as an abbreviation. Currently only de and en are offered.
|
$configs['color']
default: On
|
|
Whether the output should be in color.
|
$configs['ignoreupdate']
default: Off
|
|
If the license e.g. has expired and ignoreupdate is set to 0, the process aborts.
If 1 (On), execution continues with the old version.
|
$configs['listupdated']
default: Off
|
|
If 0 (off), current finds are not displayed.
If on (1), installations that are current are still displayed.
|
$configs['listnew']
default: Off
|
|
If 0 (off), discoveries that are more recent are not displayed.
If on (1), installations that are more recent are still displayed (with Installed Version is newer).
This mainly occurs with software such as Typo3, where there are several versions (8, 9, 10, 11) which all use the same version file.
This means that when checking for versions 8, 9, 10 it is necessary to install new ones.
To prevent these duplications, listnew must be deactivated or you disable these lts Versions under Modules.
|
$configs['usecronjob']
default: On
|
|
If a cronjob file exists at ./cronjobfiles/%path, that file listing is taken instead of a find/dir.
This is of course much faster, but files that are not yet in the list will not be found.
The cronjob file should therefore be updated regularly.
|
$configs['timeout']
default: 3
|
|
How long to wait until the connection establishment to the outdated.software-update-server is considered to have failed.
|
$configs['autoupdates']
default: On
|
|
Every time it is executed, outdated.software checks whether there are new version updates (on = recommended).
If off (0), the "update" parameter must be checked manually.
|
$configs['secure']
default: 0
|
|
If 0 (off), is necessary for older php versions where file_get_contents cannot use https.
|
$configs['cronjoboverride']
default: Off
|
|
If 1 (on), when using ./createcronjobfiles.php /path/, existing file version files are automatically overwritten without prompting.
|
$configs['debug']
default: Off
|
|
If 1 (on), debug output is output.
|
$configs['stats']
default: On
|
|
If 1 (of), the result is sent to outdated software to generate statistics in the login.
|
$configs['privat']
default: Off
|
|
If 1 (of), the result is sent to outdated software HASHED to generate statistics in the login.
|