10) { header( "Location: ../index.php" ); exit(); } require( '../globals.php' ); require_once( '../includes/version.php' ); /** Include common.php */ include_once( 'common.php' ); view(); /* * Added 1.0.11 */ function view() { $sp = ini_get( 'session.save_path' ); $_VERSION = new joomlaVersion(); $versioninfo = $_VERSION->RELEASE .'.'. $_VERSION->DEV_LEVEL .' '. $_VERSION->DEV_STATUS; $version = $_VERSION->PRODUCT .' '. $_VERSION->RELEASE .'.'. $_VERSION->DEV_LEVEL .' '. $_VERSION->DEV_STATUS.' [ '.$_VERSION->CODENAME .' ] '. $_VERSION->RELDATE .' '. $_VERSION->RELTIME .' '. $_VERSION->RELTZ; echo ""; ?> Joomla! - Web Installer
pre-installation check
license
step 1
step 2
step 3
step 4
Joomla! is Free Software released under the GNU/GPL License.
Writeable'; $unwriteable = 'Unwriteable'; echo ''; echo '' . $folder . '/'; echo ''; if ( $relative ) { echo is_writable( "../$folder" ) ? $writeable : $unwriteable; } else { echo is_writable( "$folder" ) ? $writeable : $unwriteable; } echo ''; } ?>