10) { header( "Location: ../index.php" ); exit(); } require_once( '../includes/version.php' ); /** Include common.php */ include_once( "common.php" ); function get_php_setting($val) { $r = (ini_get($val) == '1' ? 1 : 0); return $r ? T_('ON') : T_('OFF'); } function writableCell( $folder ) { echo ''; echo '' . $folder . '/'; echo ''; echo is_writable( "../$folder" ) ? ''.T_('Writeable').'' : ''.T_('Unwriteable').'' . ''; echo ''; } echo ""; ?> <?php echo T_('Mambo - Web Installer') ?>