~intrahealth+informatics/ihris-plan/1.0.4-release

« back to all changes in this revision

Viewing changes to sites/blank/pages/index.php

  • Committer: Luke Duncan
  • Date: 2008-09-09 09:12:29 UTC
  • mfrom: (40.1.6 plan)
  • Revision ID: lduncan@intrahealth.org-20080909091229-9z7bin8z8srlg1o1
Merged in changes from 1.0.0 release branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
if(!isset($i2ce_site_i2ce_path) || !is_dir($i2ce_site_i2ce_path)) {
44
44
    echo "Please set the \$i2ce_site_i2ce_path in $local_config";
45
 
    exit(0);
 
45
    exit(55);
46
46
}
47
47
 
48
48
require_once ($i2ce_site_i2ce_path . DIRECTORY_SEPARATOR . 'I2CE_config.inc.php');