<?php
/**************************************************************************
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; either version 2 of the License, or
(at your option) any later version.
@Authors: Ryan Thompson(hide@address.com)
***************************************************************************/
DEFINE("OSGW_NAME","O - OpenSource GroupWare");
DEFINE("VERSION","0.2.7");
DEFINE("RELEASE","Alpha");
DEFINE("ENGINE","0.1.12");
DEFINE("HOME","http://osgw.sourceforge.net");
DEFINE("POWER","/graphics/power.png");
DEFINE("DB_VERSION","16");
DEFINE("VERSION_INFO", "osgw.sourceforge.net");
DEFINE("VERSION_FILE", '/version/latest.rel');
DEFINE("HOUR_SEC", "3600");
DEFINE("DAY_SEC", "86400");
//These are system Dirs not services.
//If you checkout via CVS and don't update properly it will exist in the local tree.
$system_dirs = array('.','..','setup','config','skel','help','docs','CVS','.cvsignore','scripts');
$ignore_files = array('~');