[ffl-cvs] ffl/conf boost.php,NONE,1.1
Status: Inactive
Brought to you by:
rizzo
From: Don S. <ri...@us...> - 2004-07-28 19:19:52
|
Update of /cvsroot/ffl/ffl/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9625/conf Added Files: boost.php Log Message: Updates --- NEW FILE: boost.php --- <?php /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * FFL * * See docs/AUTHORS and docs/COPYRIGHT for relevant info. * * 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. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @version $Id: boost.php,v 1.1 2004/07/28 19:19:43 rizzo Exp $ */ $mod_title = "ffl"; $mod_pname = "FFL"; $mod_directory = "ffl"; $mod_filename = "index.php"; $allow_view = "all"; $priority = 50; $admin_mod = 1; $active = "on"; $version = "0.8.0"; $mod_class_files = array("Manager.php"); $mod_sessions = array("FFL_Manager"); $init_object = array("FFL_Manager"=>"FFL_Manager"); ?> |