<?php
/*
* Created on 28-ott-2006
*
* Il seguente progetto e' stato sviluppato dai programmatori di
* Cingusoft sas
* via lecco 2
* 20124 Milano
*
* CPComuni.php :: funzione di visualizzazione dei comuni
*
* CPComuni version 0.0.1
* copyright (c) 2005 by Cingusoft sas
* http://www.cingusoft.com
*
* CPComuni e' una classe utilizzate per il recupero delle informazioni
* inerenti i comuni e le regioni Italiane, questo sistema permette di
* recuperare le informazioni di tutti i comuni italiani senza dover effettuare
* alcun refresh della pagina.
*
* CPComuni is released under the terms of the LGPL license
* http://www.gnu.org/copyleft/lesser.html#SEC3
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* @package CPComuni
* @version $Id$
* @copyright Copyright (c) 2005-2006 by Cingusoft sas
* @license http://www.gnu.org/copyleft/lesser.html#SEC3 LGPL License
*/
require_once ("xajax.inc.php");
$xajax = new xajax("lib/CPComuni.server.php");
$xajax->registerFunction("getcomuni");
$xajax->registerFunction("getregioni");
$xajax->registerFunction("getprovince");
?>