Show library_path.php syntax highlighted
<?php
/**
* Astrum Futura: Open Source Space Strategy Game
*
* Library Paths: created by installer and used by index.php
*
* LICENSE
*
* 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.
*
* This program 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 General Public License for more details.
*
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@astrumfutura.com so we can send you a copy immediately.
*
* @category Astrum
* @package Astrum
* @copyright Copyright (c) 2006 Pádraic Brady (http://blog.quantum-star.com)
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @version $Id: library_path.php 75 2006-12-09 00:53:35Z santosj $
*/
/*
* This file was created by the installer, only change it if you relocate the
* library path.
*/
/*
* The location of the swiftmailer library, the default is in the library folder.
*/
define('LIB_PATH_SWIFT_MAILER', './library/swiftmailer');
define('LIB_PATH_ADODB_LITE', './library/adodblite');
/*
* Once the final release for the zend framework is completed, the path
* will make more sense.
*/
define('LIB_PATH_ZEND_FRAMEWORK', './library/zendframework/core');
See more files for this project here