Changeset 2b9b6bf in github


Ignore:
Timestamp:
Feb 3, 2008 9:30:02 AM (5 years ago)
Author:
till <till@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
24a4233
Parents:
8bbe9d0
Message:
  • fixed include_path
File:
1 edited

Legend:

Unmodified
Added
Removed
  • check.php

    r8bbe9d0 r2b9b6bf  
    3838 * @todo     HTML/CSS to make it pretty. 
    3939 */ 
     40 
     41$include_path  = dirname(__FILE__) . '/program/lib/'; 
     42$include_path .= PATH_SEPARATOR . get_include_path(); 
     43set_include_path($include_path); 
    4044 
    4145$writable_dirs = array('logs/', 'temp/'); 
Note: See TracChangeset for help on using the changeset viewer.