Changeset 297 for devel/index2.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/index2.php

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