/**
* cmsdAm is a powerful, simple, scalable, quick, secure, GPL released, PHP4 written from scratch
* Content Management System framework. It is specially designed for people having some basic
* PHP knowledge. You can create powerful professional sites in a while using cmsdAm, and you
* don't have to rewrite each time php code for handle each section, users, search engine, ecc.
* cmsdAm do all the work for you! You just have to configure it, and write HTML or PHP code
* for your sections. You don't have to care about mails, HTTP headers, HTML strange tags, META
* tags, HTTP cache mechanisms, ecc, just write HTML or PHP code for your sections.
*
* Enjoy!!! Dino Ciuffetti - dam2k@users.sourceforge.net
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program (COPYING); if not, go to http://www.fsf.org/ or write
* to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*
*/
if ($step == "") {
echo "Please go away.";
exit();
}
// Copy new configuration file if one does not exist
if (!file_exists("../etc/config.php")) {
$cp = @copy("config.php", "../etc/config.php");
if ($cp === false) {
echo "";
echo "Problemi durante la copia del file config.php nella directory etc.
";
echo "Eseguire la copia del file nella directory etc di cmsdam manualmente.";
echo "\n";
}
?>
Grazie per aver scelto cmsdAm!!!
Tutte le impostazioni sono state salvate!!
E' stato creato per te il file di configurazione config.php e se non ci sono stati errori, questo file e' stato copiato nella directory etc di cmsdam. Questo e' il file di configurazione principale di cmsdAm.
Potrai modificare uno qualsiasi dei parametri di questo file principale per modificare il comportamento del TUO CMS!!!
} else { // A Configuration file already exist! ?>Il file di configurazione etc/config.php e' gia esistente. Rimuoverlo o sostiruirlo manualmente.
} ?>