Ciao a tutti,
sono nuovo di questo ambiente: Dopo aver installato tutto via FTP quando richiamo il sito www.frdiba.it (http://www.frdiba.it) mi compaiono questi messaggi:
<?php /** * @package Joomla.Site * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt
*/ // Set flag that this is a parent file. define('_JEXEC', 1); define('DS', DIRECTORY_SEPARATOR);
if (file_exists(dirname(__FILE__) . '/defines.php')) { include_once dirname(__FILE__) . '/defines.php'; }
ecc.ecc.
Grazie.