<?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)
***************************************************************************/
//GLOBAL Configuration Settings
//DEPRECATED
//These variables are either stored elsewhere or are no longer needed
$table_names = array("o_users","o_user_rights","o_user_locale","o_preferences","o_locales","o_holidays","o_services",
"o_sessions","o_tracker","o_share","o_group_access","o_groups","o_schemes","o_categorize","o_settings","o_info","o_extensions",
"o_categories","o_languages","o_countries","o_timezones");
$system_dirs = array(".","..","osgw","help","docs","skel","config","CVS","files");
$db_version = 013;