forked from KwaMoja/KwaMoja
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathBranding.php
31 lines (28 loc) · 1.13 KB
/
Branding.php
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
<?php
$ProjectName = 'KwaMoja';
$DefaultDatabase = 'kwamoja';
$APIServer = 'kwamoja';
$SubmissionsEmail = '[email protected]';
$InfoEmail = '[email protected]';
$HomePage = 'http://www.kwamoja.com';
$SourceforgeSite = 'https://sourceforge.net/projects/kwamoja';
$LaunchpadSite = 'https://launchpad.net/kwamoja';
$CodeplexSite = 'https://kwamoja.codeplex.com/';
$TwitterAccount = 'KwaMoja';
$GoogleCommunity = '106845561370559503655';
$FacebookPage = 'https://www.facebook.com/Kwamoja';
$LinkedInGroup = 'http://www.linkedin.com/groups/KwaMoja-4833235?trk=myg_ugrp_ovr';
//$ProjectName = 'webERP';
//$DefaultDatabase = 'weberpdemo';
//$APIServer = 'weberp';
//$SubmissionsEmail = '[email protected]';
//$InfoEmail = '[email protected]';
//$HomePage = 'http://www.web-erp.com';
//$SourceforgeSite = 'https://sourceforge.net/projects/weberp';
//$LaunchpadSite = 'https://launchpad.net/weberp';
//$CodeplexSite = 'https://weberp.codeplex.com/';
//$TwitterAccount = 'web_erp';
//$GoogleCommunity = '102751678818322841880';
//$FacebookPage = 'https://www.facebook.com/Weberp';
//$LinkedInGroup = 'http://www.linkedin.com/groups?home=&gid=8113697';
?>