Changeset 41

Show
Ignore:
Timestamp:
10/10/05 11:03:02 (6 years ago)
Author:
alexx
Message:

Read config file BEFORE using config vars ;) (thanks Cheval & J-S)

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r4 r41  
    55.node is freely distribuable according to the GPL 2 license. 
    66 
    7 For more informations, go to:  
     7For more information, go to:  
    88> http://opensource.ikse.net/projects/dotnode 
    99 
  • trunk/www/index.php

    r1 r41  
    2323 ******************** http://opensource.ikse.net/projects/dotnode ***/ 
    2424 
     25include('../includes/includes.inc.php'); 
     26include('../includes/config/global.inc.php'); 
     27 
    2528if(ereg('www', $_SERVER['HTTP_HOST'])) 
    2629{ 
     
    2831        exit(); 
    2932} 
    30  
    31 include('../includes/includes.inc.php'); 
    32 include('../includes/config/global.inc.php'); 
    3333 
    3434session_start();