Bug #22620 ยป 14348.diff
typo3/sysext/install/mod/class.tx_install.php (working copy) | ||
---|---|---|
This means that you can only connect to the database with a
|
||
username corresponding to the user of the webserver process
|
||
or fileowner. Consult your ISP for information about this.
|
||
Also see <a href="http://www.wrox.com/Consumer/Store/Books/2963/29632002.htm">
|
||
Also see <a href="http://www.wrox.com/Consumer/Store/Books/2963/29632002.htm" target="_blank">
|
||
http://www.wrox.com/Consumer/Store/Books/2963/29632002.htm</a>
|
||
<br />
|
||
The owner of the current file is:
|
||
... | ... | |
return '
|
||
<p>
|
||
You can get GDLib in the PNG version from
|
||
<a href="http://www.libgd.org/">http://www.libgd.org/</a>
|
||
<a href="http://www.libgd.org/" target="_blank">http://www.libgd.org/</a>
|
||
<br />
|
||
FreeType is for download at
|
||
<a href="http://www.freetype.org/">http://www.freetype.org/</a>
|
||
<a href="http://www.freetype.org/" target="_blank">http://www.freetype.org/</a>
|
||
<br />
|
||
Generally, TYPO3 packages are listed at
|
||
<a href="http://typo3.org/download/packages/">http://typo3.org/download/packages/</a>
|
||
<a href="http://typo3.org/download/packages/" target="_blank">http://typo3.org/download/packages/</a>
|
||
</p>
|
||
';
|
||
}
|
||
... | ... | |
subsequently includes the localconf.php file in which you can then
|
||
override values.
|
||
<br />
|
||
See this page for <a href="http://typo3.org/1275.0.html">more
|
||
See this page for <a href="http://typo3.org/1275.0.html" target="_blank">more
|
||
information about system requirements.</a>
|
||
</p>';
|
||
}
|
||
... | ... | |
whether you\'re using version 5+ or 4.2.9. (flag:
|
||
[GFX][im_version_5])
|
||
<br />
|
||
ImageMagick homepage is at <a href="http://www.imagemagick.org/">http://www.imagemagick.org/</a>
|
||
ImageMagick homepage is at <a href="http://www.imagemagick.org/" target="_blank">http://www.imagemagick.org/</a>
|
||
</p>
|
||
<p>
|
||
<strong>GDLib:</strong>
|
||
... | ... | |
<p>
|
||
<strong>TYPO3 CMS.</strong> Copyright © 1998-' . date('Y') . '
|
||
Kasper Skårhøj. Extensions are copyright of their respective
|
||
owners. Go to <a href="http://typo3.com/">http://typo3.com/</a>
|
||
owners. Go to <a href="http://typo3.com/" target="_blank">http://typo3.com/</a>
|
||
for details. TYPO3 comes with ABSOLUTELY NO WARRANTY;
|
||
<a href="http://typo3.com/1316.0.html">click</a> for details.
|
||
<a href="http://typo3.com/1316.0.html" target="_blank">click</a> for details.
|
||
This is free software, and you are welcome to redistribute it
|
||
under certain conditions; click for details. Obstructing the
|
||
appearance of this notice is prohibited by law.
|
||
</p>
|
||
<p>
|
||
<a href="http://typo3.org/donate"><strong>Donate</strong></a> |
|
||
<a href="http://typo3.org">TYPO3.org</a>
|
||
<a href="http://typo3.org/donate" target="_blank"><strong>Donate</strong></a> |
|
||
<a href="http://typo3.org" target="_blank">TYPO3.org</a>
|
||
</p>
|
||
';
|
||
... | ... | |
</p>
|
||
<ul>
|
||
<li>
|
||
<a href="../../index.php">
|
||
<a href="../../index.php" target="_top">
|
||
Go to the frontend pages
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="../index.php">
|
||
<a href="../index.php" target="_top">
|
||
Go to the backend login
|
||
</a>
|
||
<br />
|
typo3/sysext/install/Resources/Private/Templates/Install.html (working copy) | ||
---|---|---|
<!-- ###MENU### end -->
|
||
<ol id="t3-install-links">
|
||
<li>
|
||
<a href="###BACKENDURL###">
|
||
<a href="###BACKENDURL###" target="_top">
|
||
###BACKEND###
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="###FRONTENDURL###">
|
||
<a href="###FRONTENDURL###" target="_top">
|
||
###FRONTEND###
|
||
</a>
|
||
</li>
|