Lib.Modules.RequireClass.inc.php
4.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?php
/**
* @file Lib.Modules.RequireClass.inc.php
* @category freeSN
* @mailto code [at] netz.coop
* @version 0.4.200901
* @link http://netz.coop
*
* @copyright Copyright by netz.coop e.G. 2015
*
*
* 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 <http://www.gnu.org/licenses/>.
*
*/
/**
* @filesource Lib.Modules.RequireClass.inc.php
*
* include/Lib/Modules/
*/
// $GLOBALS['class'][''] = $_LOSPDIR . 'include/Lib/Modules';
/**
* include/Lib/Modules
*/
/** include/Lib/Modules/Date */
$GLOBALS['class']['DateBC'] = $_LOSPDIR . 'include/Lib/Modules/Date/class_DateBC.inc.php';
$GLOBALS['class']['DateBE'] = $_LOSPDIR . 'include/Lib/Modules/Date/class_DateBE.inc.php';
/** include/Lib/Modules/Topic */
$GLOBALS['class']['TopicBC'] = $_LOSPDIR . 'include/Lib/Modules/Topic/class_TopicBC.inc.php';
$GLOBALS['class']['TopicBE'] = $_LOSPDIR . 'include/Lib/Modules/Topic/class_TopicBE.inc.php';
$GLOBALS['class']['Blog'] = $_LOSPDIR . 'include/Lib/Modules/Topic/class_BlogBC.inc.php';
/** include/Lib/Modules/Forum */
$GLOBALS['class']['ThreadMessageBE'] = $_LOSPDIR . 'include/Lib/Modules/Forum/class_ThreadMessageBE.inc.php';
$GLOBALS['class']['ThreadBC'] = $_LOSPDIR . 'include/Lib/Modules/Forum/class_ThreadBC.inc.php';
$GLOBALS['class']['ThreadMessageBC'] = $_LOSPDIR . 'include/Lib/Modules/Forum/class_ThreadMessageBC.inc.php';
$GLOBALS['class']['ThreadMessageUnderBC']= $_LOSPDIR . 'include/Lib/Modules/Forum/class_ThreadMessageUnderBC.inc.php';
$GLOBALS['class']['ThreadMessageUnderBE']= $_LOSPDIR . 'include/Lib/Modules/Forum/class_ThreadMessageUnderBE.inc.php';
/** include/Lib/Modules/Newsfeed */
$GLOBALS['class']['NewsfeedBE'] = $_LOSPDIR . 'include/Lib/Modules/Newsfeed/class_NewsfeedBE.inc.php';
$GLOBALS['class']['NewsfeedBC'] = $_LOSPDIR . 'include/Lib/Modules/Newsfeed/class_NewsfeedBC.inc.php';
$GLOBALS['class']['NewsfeedItemBC'] = $_LOSPDIR . 'include/Lib/Modules/Newsfeed/class_NewsfeedBC.inc.php';
$GLOBALS['class']['NewsfeedItemBE'] = $_LOSPDIR . 'include/Lib/Modules/Newsfeed/class_NewsfeedItemBE.inc.php';
/** include/Lib/Modules/File */
$GLOBALS['class']['FileBE'] = $_LOSPDIR . 'include/Lib/Modules/File/class_FileBE.inc.php';
$GLOBALS['class']['FileBC'] = $_LOSPDIR . 'include/Lib/Modules/File/class_FileBC.inc.php';
$GLOBALS['class']['FileUnderBC'] = $_LOSPDIR . 'include/Lib/Modules/File/class_FileUnderBC.inc.php';
$GLOBALS['class']['FileUnderBE'] = $_LOSPDIR . 'include/Lib/Modules/File/class_FileUnderBE.inc.php';
$GLOBALS['class']['FileUnderImageBE'] = $_LOSPDIR . 'include/Lib/Modules/File/class_FileUnderImageBE.inc.php';
$GLOBALS['class']['FileUnderImageBC'] = $_LOSPDIR . 'include/Lib/Modules/File/class_FileUnderImageBC.inc.php';
/** class_FileManager.inc.php */
$GLOBALS['class']['FileManager'] = $_LOSPDIR . 'include/Lib/Modules/File/class_FileManager.inc.php';
/** include/Lib/Modules/Url */
$GLOBALS['class']['UrlBE'] = $_LOSPDIR . 'include/Lib/Modules/Url/class_UrlBE.inc.php';
$GLOBALS['class']['UrlBC'] = $_LOSPDIR . 'include/Lib/Modules/Url/class_UrlBC.inc.php';
/** include/Lib/Modules/Location */
$GLOBALS['class']['LocationBE'] = $_LOSPDIR . 'include/Lib/Modules/Location/class_LocationBE.inc.php';
$GLOBALS['class']['LocationBC'] = $_LOSPDIR . 'include/Lib/Modules/Location/class_LocationBC.inc.php';
/** include/Lib/Modules/Clipboard */
$GLOBALS['class']['Clipboard'] = $_LOSPDIR . 'include/Lib/Modules/Clipboard/class_ClipboardBC.inc.php';
/** include/Lib/Modules/Campaign */
$GLOBALS['class']['CampaignBC'] = $_LOSPDIR . 'include/Lib/Modules/Campaign/class_CampaignBC.inc.php';
$GLOBALS['class']['CampaignBE'] = $_LOSPDIR . 'include/Lib/Modules/Campaign/class_CampaignBE.inc.php';
/*ghört hier nicht hin aber wo sonst?*/
$GLOBALS['class']['PostMessageBE'] = $_LOSPDIR . 'include/System/php/Modules/PostOffice/class_PostMessageBE.inc.php';
$GLOBALS['class']['SearchBE'] = $_LOSPDIR . 'include/Lib/Modules/Search/class_SearchBE.inc.php';
?>