![]() |
TYPO3
7.6
|
Static Public Member Functions | |
static | isFirstInstallAllowed () |
static | createInstallToolEnableFile () |
static | removeInstallToolEnableFile () |
static | removeFirstInstallFile () |
static | installToolEnableFileExists () |
static | checkInstallToolEnableFile () |
static | isInstallToolEnableFilePermanent () |
static | installToolEnableFileLifetimeExpired () |
Public Attributes | |
const | INSTALL_TOOL_ENABLE_FILE_PATH = 'typo3conf/ENABLE_INSTALL_TOOL' |
const | FIRST_INSTALL_FILE_PATH = 'FIRST_INSTALL' |
const | INSTALL_TOOL_ENABLE_FILE_LIFETIME = 3600 |
Static Protected Member Functions | |
static | extendInstallToolEnableFileLifetime () |
static | getInstallToolEnableFilePath () |
static | getFirstInstallFilePaths () |
Static Protected Attributes | |
static | $sitePath = PATH_site |
Basic Service to check and create install tool files
Definition at line 20 of file EnableFileService.php.
|
static |
Checks if the install tool file exists
Definition at line 114 of file EnableFileService.php.
|
static |
Creates the INSTALL_TOOL_ENABLE file
Definition at line 61 of file EnableFileService.php.
|
staticprotected |
Updates the last modification of the ENABLE_INSTALL_TOOL file
Definition at line 165 of file EnableFileService.php.
|
staticprotected |
Returns the paths to the FIRST_INSTALL files
Definition at line 195 of file EnableFileService.php.
|
staticprotected |
Returns the path to the INSTALL_TOOL_ENABLE file
Definition at line 185 of file EnableFileService.php.
|
static |
Checks if the install tool file exists
Definition at line 104 of file EnableFileService.php.
Referenced by SecurityStatusReport\getInstallToolProtectionStatus().
|
static |
Checks if the lifetime of the install tool file is expired
Definition at line 151 of file EnableFileService.php.
Referenced by SecurityStatusReport\getInstallToolProtectionStatus().
|
static |
Definition at line 47 of file EnableFileService.php.
References Bootstrap\getInstance().
|
static |
Checks if the install tool file should be kept
Definition at line 134 of file EnableFileService.php.
Referenced by SecurityStatusReport\getInstallToolProtectionStatus().
|
static |
|
static |
Removes the INSTALL_TOOL_ENABLE file
Definition at line 79 of file EnableFileService.php.
Referenced by SecurityStatusReport\executeAdminCommand(), and SecurityStatusReport\getInstallToolProtectionStatus().
|
staticprotected |
Definition at line 42 of file EnableFileService.php.
const FIRST_INSTALL_FILE_PATH = 'FIRST_INSTALL' |
Relative path to FIRST_INSTALL file
Definition at line 30 of file EnableFileService.php.
const INSTALL_TOOL_ENABLE_FILE_LIFETIME = 3600 |
Maximum age of ENABLE_INSTALL_TOOL file before it gets removed (in seconds)
Definition at line 35 of file EnableFileService.php.
Referenced by SecurityStatusReport\getInstallToolProtectionStatus().
const INSTALL_TOOL_ENABLE_FILE_PATH = 'typo3conf/ENABLE_INSTALL_TOOL' |
Relative path to ENABLE_INSTALL_TOOL file
Definition at line 25 of file EnableFileService.php.
Referenced by SecurityStatusReport\getInstallToolProtectionStatus().