Changeset 297 for devel/_dotty

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/_dotty/index.php

    r269 r297  
    11<?php 
    22 
    3 include("../includes.php"); 
     3require_once(dirname(dirname(__FILE__))."/includes.php"); 
    44     
    55$people = get_records_select('users','ident != ?',array(8));