projects
/
Packages
/
TYPO3.CMS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce2888
)
Added PATH_typo3_enc used by class.alt_menu_functions.inc
author
René Fritz
<r.fritz@colorcube.de>
Thu, 1 Jul 2004 16:16:00 +0000
(16:16 +0000)
committer
René Fritz
<r.fritz@colorcube.de>
Thu, 1 Jul 2004 16:16:00 +0000
(16:16 +0000)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@398
709f56b5
-9817-0410-a4d7-
c38de5d9e867
typo3/alt_main.php
patch
|
blob
|
history
diff --git
a/typo3/alt_main.php
b/typo3/alt_main.php
index
003232d
..
25f278c
100755
(executable)
--- a/
typo3/alt_main.php
+++ b/
typo3/alt_main.php
@@
-156,6
+156,7
@@
class SC_alt_main {
*/
function typoSetup() { //
this.PATH_typo3 = "'.$pt3.'";
+ this.PATH_typo3_enc = "'.rawurlencode($pt3).'";
this.username = "'.$BE_USER->user['username'].'";
this.uniqueID = "'.t3lib_div::shortMD5(uniqid('')).'";
this.navFrameWidth = 0;