10) { header( 'Location: ../index.php' ); exit(); } /** Include common.php */ include_once( 'common.php' ); function writableCell( $folder ) { echo ""; echo "" . $folder . "/"; echo ""; echo is_writable( "../$folder" ) ? 'Writeable' : 'Unwriteable' . ""; echo ""; } ?> "; ?> <?php echo T_('Mambo - Web Installer') ?>