ServerConfigChecks
class ServerConfigChecks (View source)
Performs various compatibility, security and consistency checks on current config
Outputs results to message list, must be called between SetupIndex::messagesBegin() and SetupIndex::messagesEnd()
Methods
Perform config checks
Check config of servers
Define server name
Perform config checks for zip part.
Perform config checks for zip part.
Check configuration for login cookie
Check GZipDump configuration
Check GZipDump configuration
Wrapper around function_exists to allow mock in test
Details
__construct(ConfigFile $cfg)
No description
void
performConfigChecks()
Perform config checks
protected void
performConfigChecksServers(string $blowfishSecret)
Check config of servers
protected string
performConfigChecksServersGetServerName(string $serverName, int $serverId)
Define server name
protected void
performConfigChecksZips()
Perform config checks for zip part.
protected void
performConfigChecksServersZipdump()
Perform config checks for zip part.
protected void
performConfigChecksLoginCookie()
Check configuration for login cookie
protected void
performConfigChecksServerBZipdump()
Check GZipDump configuration
protected void
performConfigChecksServerGZipdump()
Check GZipDump configuration
protected bool
functionExists(string $name)
Wrapper around function_exists to allow mock in test