~ubuntu-branches/ubuntu/trusty/fusionforge/trusty

« back to all changes in this revision

Viewing changes to etc/local.d/01begin

  • Committer: Bazaar Package Importer
  • Author(s): Roland Mas
  • Date: 2011-04-15 14:55:34 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110415145534-mvn1nochufjmw177
Tags: 5.0.3-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
// PLEASE DO NOT REMOVE THIS LINE
3
3
 
4
 
// GForge Universal Site Modifications
 
4
// FusionForge Universal Site Modifications
5
5
// by David HM Spector <spector@zeitgeist.com>
6
6
//
7
7
// Really Important Safety Tip: --> DO NOT LEAVE ANY WHITE
14
14
// emitted as part of the HTML stream and processed by the browser,
15
15
// so white space is meaningful!
16
16
//
17
 
//
18
 
// GForge hostnames
 
17
// FusionForge global paths
 
18
//
 
19
//TODO : check if these should be enabled by default ?
 
20
//$sys_etc_path='/etc/gforge';
 
21
//$sys_var_path='/var/lib/gforge';
 
22
 
 
23
//
 
24
// FusionForge hostnames
19
25
//
20
26
// Hostnames should be fully qualified domain names (FQDNs); using short names
21
 
// would be prettier but would stop you from distributing your SourceForge
22
 
// implementation across multiple domains.
 
27
// would be prettier but would stop you from distributing your implementation
 
28
// across multiple domains.
23
29
//
24
30
// Of course, if you have a lot of machines serving a particular purpose
25
31
// such as FTP or for shell accounts, the "hostname" here might be in
26
32
// reality an addr_list of machines that is serviced by a round-robin
27
33
// mechanism or something fancy like a local-director.
28
34
//
29
 
// The default GForge domain
30
 
// this is used where ever the "naked" form of the GForge domain
 
35
// The default FusionForge domain
 
36
// this is used where ever the "naked" form of the FusionForge domain
31
37
// might be used.  E.g., "mailto:admin@gforge.net"
32
38
$sys_default_domain = '{domain_name}';
33
39
$sys_forum_return_domain = "{sys_forum_return_domain}";