Feature #15274 ยป encryptionKey.patch
TYPO3core/typo3/sysext/install/mod/class.tx_install.php 2005-12-11 15:53:34.000000000 -0500 | ||
---|---|---|
<td valign="top">
|
||
'.$this->fontTag1.'<BR>
|
||
<input type="hidden" name="step" value="2">
|
||
<input type="submit" value="Update localconf.php"><BR><br /><strong>NOTICE: </strong>By clicking this button, typo3conf/localconf.php is updated with new values for the parameters listed above!</font><BR>
|
||
<input type="hidden" name="TYPO3_INSTALL[localconf.php][encryptionKey]" value="'.md5(uniqid(rand(),true)).'">
|
||
<input type="submit" value="Continue »"><BR><br /><strong>NOTICE: </strong>By clicking this button, typo3conf/localconf.php is updated with new values for the parameters listed above!</font><BR>
|
||
</td>
|
||
</tr>
|
||
</form>
|
||
... | ... | |
'.$this->fontTag1.'<BR>
|
||
<input type="hidden" name="step" value="3">
|
||
<input type="submit" value="Update localconf.php"><BR><br /><strong>NOTICE: </strong>By clicking this button, typo3conf/localconf.php is updated with new values for the parameters listed above!</font><BR>
|
||
<input type="submit" value="Continue »"><BR><br /><strong>NOTICE: </strong>By clicking this button, typo3conf/localconf.php is updated with new values for the parameters listed above!</font><BR>
|
||
</td>
|
||
</tr>
|
||
</form>
|