<?php /********************************************************************************** * eTicket http://www.eticketsupport.com * * by Digital Frontiers, UTO * *********************************************************************************** * Software Version: eTicket 1.7.3 * * Software by: Digital Frontiers, UTO (http://www.eticketsupport.com) * * Copyright 2008 by: Digital Frontiers, UTO (http://www.eticketsupport.com) * * Support, News, Updates at: http://www.eticketsupport.com * *********************************************************************************** * This program is free software; you may redistribute it and/or modify it under * * the terms of the provided license as published by Digital Frontiers, UTO. * * * * This program is distributed in the hope that it is and will be useful, but * * WITHOUT ANY WARRANTIES; without even any implied warranty of MERCHANTABILITY * * or FITNESS FOR A PARTICULAR PURPOSE. * * * * See the "license.txt" file for details of the eTicket license. * * The latest version can always be found at http://www.eticketsupport.com. * **********************************************************************************/ #version $version = '1.7.3'; #database settings $db_type = 'mysql'; $db_host = 'localhost'; $db_name = ''; $db_user = ''; $db_pass = ''; $db_table_prefix = 'ticket_'; $db_table_tickets = 'tickets'; #path to where eTicket is installed $rootpath_dir = ''; #have you run the installer? $installed = 0; ?>