WeakWiki


config\modules.config.php

WeakWiki (WeakWiki Module config file: module.config.php) Copyright (C) 2010 Alexander Lang

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 3 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, see .

Project Home: http://weakwiki.robnet.wmweb.at/ Contact: robbiblubber@robnet.wmweb.at



/********************************************************************************
WeakWiki (WeakWiki Module config file: module.config.php)
Copyright (C) 2010 Alexander Lang

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 3 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, see .

Project Home: http://weakwiki.robnet.wmweb.at/
Contact:      robbiblubber@robnet.wmweb.at
********************************************************************************/



/* require_once('./modules/ussm/ussm.module.php'); */

require_once('./modules/logm/logm.module.php');
require_once('./modules/ppfm/ppfm.module.php');
require_once('./modules/geshism/geshism.module.php');
require_once('./modules/forum/forum.module.php');



/** This array contains the module classes to load.								*/
$GLOBALS['mod_load'] = Array(
								/* new UserSelfServiceModule(), */
								new LogManagerModule(),
								new PreparsedControlModule(),
								new GeSHiSupportModule(),
								new ForumModule()
                            );

?>

WeakWiki