Changeset 297 for devel/home.php

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

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/home.php

    r269 r297  
    11<?php 
    22 
    3 require("includes.php"); 
     3require_once(dirname(__FILE__)."/includes.php"); 
    44templates_page_setup(); 
    55if (isloggedin()) {