Bug #12397 » 17153_workspaces_v2.diff
cm1/index.php (Arbeitskopie) | ||
---|---|---|
<input type="hidden" name="prErr" value="1" />
|
||
<input type="hidden" name="redirect" value="'.htmlspecialchars($this->REQUEST_URI).'" />
|
||
<input type="submit" name="_" value="' . $GLOBALS['LANG']->getLL('createNewVersion') . '" />
|
||
' . t3lib_TCEforms::getHiddenTokenField('tceAction') . '
|
||
</form>
|
||
';
|
||
... | ... | |
$SOBE->main();
|
||
$SOBE->printContent();
|
||
t3lib_formprotection_Factory::get('t3lib_formprotection_BackendFormProtection')->persistTokens();
|
||
?>
|
ws/index.php (Arbeitskopie) | ||
---|---|---|
$SOBE->main();
|
||
$SOBE->printContent();
|
||
t3lib_formprotection_Factory::get('t3lib_formprotection_BackendFormProtection')->persistTokens();
|
||
?>
|
- « Previous
- 1
- 2
- Next »