[TYPO3-english] How to find out which version of typo3 is running on server

Xavier Perseguers typo3 at perseguers.ch
Wed Jun 30 10:35:36 CEST 2010


Hi Patrick

> How do we find out which version of typo3 is actually running on our web server?

There's a few different ways. One is to open t3lib/config_default.php 
and search for:


$TYPO_VERSION = '4.5-dev';      // deprecated: use the constants defined 
belowdefine('TYPO3_version', $TYPO_VERSION);

and here you are!

Regards

-- 
Xavier Perseguers


More information about the TYPO3-english mailing list