[TYPO3-english] Re: ###STORAGE_PID###
David Bruchmann
david.bruchmann at gmail.com
Mon Feb 27 13:53:51 CET 2017
Never had a deeper look in the problem but a short grep of TYPO3 itself is showing this:
$ grep -r "###STORAGE_PID###" ./
/sysext/backend/Classes/Utility/BackendUtility.php: * ###STORAGE_PID###
/sysext/backend/Classes/Utility/BackendUtility.php: '###STORAGE_PID###',
/sysext/felogin/Classes/Controller/FrontendLoginController.php: $markerArray['###STORAGE_PID###'] = $this->spid;
/sysext/felogin/Classes/Controller/FrontendLoginController.php: $markerArray['###STORAGE_PID###'] = $this->spid;
/sysext/felogin/Classes/Controller/FrontendLoginController.php: $markerArray['###STORAGE_PID###'] = $this->spid;
/sysext/felogin/Resources/Private/Templates/FrontendLogin.html: <li>###STORAGE_PID### - explicit enough I guess (if not : id of the page where user are stor ed)</li>
/sysext/felogin/Resources/Private/Templates/FrontendLogin.html: <input type="hidden" name="pid" value="###STORAGE_PID###" />
/sysext/felogin/Resources/Private/Templates/FrontendLogin.html: <input type="hidden" name="pid" value="###STORAGE_PID###" />
More information about the TYPO3-english
mailing list