<?php
/*
Copyright (C) 2001-2004 ZZOSS GbR, http://www.zzoss.com
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
@version $Id: config_params.php-dist,v 1.5 2004/04/06 19:11:58 ordnas Exp $
@copyright Copyright © 2001-2004 ZZ/OSS GbR, http://www.zzoss.com
@license http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
*/
/*
* DATA PATH - ADJUST THIS!
*
* Absolute path to the location where the installer stores its data.
* Make sure that it exists and is readable and writeable by PHP.
*
* For example on Linux:
* $GLOBALS['ZI']['data'] = '/usr/local/php/data/zic/';
* For example on Windows:
* $GLOBALS['ZI']['data'] = 'C:\\zic\\data\\';
*/
$GLOBALS['ZI']['data'] = '';
/*
* Do not change the following lines.
*/
$GLOBALS['ZI']['version'] = '1.1.0dev1';
$GLOBALS['ZI']['mode'] = 'setup';
$GLOBALS['ZI']['distributions_url'] = 'http://www.zzoss.com/services/installer/distributions.php';
$GLOBALS['ZI']['distribution'] = 'com.zzoss-1.0.0';
$GLOBALS['ZI']['application'] = 'zic-1.1.0dev1';
$GLOBALS['ZI']['theme'] = 'com.zzoss.zic.theme.kde';
$GLOBALS['ZI']['installer_dev'] = false;
$GLOBALS['ZI']['installer_distribution_name'] = 'com.zzoss';
$GLOBALS['ZI']['installer_distribution_version'] = '1.0.0';
$GLOBALS['ZI']['installer_application_name'] = 'zic';
$GLOBALS['ZI']['installer_application_version'] = '1.1.0dev1';
$GLOBALS['ZI']['installer_distribution'] = 'com.zzoss-1.0.0';
$GLOBALS['ZI']['installer_application'] = 'zic-1.1.0dev1';
?>