Changeset 296 for devel/_activity

Show
Ignore:
Timestamp:
04/24/06 00:03:42 (3 years ago)
Author:
carmartin
Message:

Includes should use full path given that we know where things are. Patch 1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/_activity/index.php

    r269 r296  
    44 
    55// Run includes 
    6 require("../includes.php"); 
     6require_once(dirname(dirname(__FILE__))."/includes.php"); 
    77 
    88// Initialise functions for user details, icon management and profile management