* @package Joomla * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ // Set flag that this is a parent file define( '_VALID_MOS', 1 ); if (file_exists( '../configuration.php' ) && filesize( '../configuration.php' ) > 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 ""; ?>
Si alguno de estos elementos aparece resaltado en rojo, debe tomar las medidas oportunas para corregirlo. Caso contrario Joomla podría no funcionar correctamente.
| PHP version >= 4.1.0 | No' : 'Si';?> |
| - Soporte compresión zlib | Disponible' : 'No disponible';?> |
| - Soporte XML | Disponible' : 'No disponible';?> |
| - Soporte MySQL | Disponible' : 'No disponible';?> |
| configuration.php |
Puede ser escrito';
} else if (is_writable( '..' )) {
echo 'Puede ser escrito';
} else {
echo 'No puede ser escrito Todavía podrás continuar con la instalación ya que la configuración te será mostrada al final, copiala, pégala y súbela.'; } ?> |
| Ruta de guardado de sesiones | Se puede escribir' : 'No puede ser escrito';?> |
Es importante comprobar si su versión de Joomla! es la versión más reciente disponible
Puede encontrar más información en www.joomla.org y www.joomlaspanish.org
RELDATE);
$now = strtotime('now');
$age = ($now - $release) / 86400;
$age = round($age);
?>
|
||
Por favor revisar el artículo: Joomla! Medidas de Seguridad para más información.
|
|
| Directiva | Recomendado | Actual | |
| : | : | ||
| Emular Registros globales: | APAGADO: |