Source for file site.php

Documentation is available at site.php


1 <?php
2 # All site specific configuration settings are located in this file
3 # Common settings shared by all sites are placed in the config.php file
4 # in your METAjour directory
5
6 # Site identification
7 $site = '1';
8
9 # Absolute path to the directory where the website is located
10 $viewer_path = 'c:/webserver/htdocs/ipwsystems.dk.dev/www/metajour2/';
11
12 # URL to the website
13 $viewer_url = 'http://www.dev.ipwsystems.dk/';
14
15 # Inclusion of config.php
16 require('metajour/config.php');
17
18 $CONFIG['doctype'] = 'DOCTYPE_401_TRANS_WITH_URL';
19 ?>

Documentation generated on Thu, 9 Jun 2005 06:53:12 +0200 by phpDocumentor 1.2.3