Changeset 41
- Timestamp:
- 10/10/05 11:03:02 (6 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
README (modified) (1 diff)
-
www/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r4 r41 5 5 .node is freely distribuable according to the GPL 2 license. 6 6 7 For more information s, go to:7 For more information, go to: 8 8 > http://opensource.ikse.net/projects/dotnode 9 9 -
trunk/www/index.php
r1 r41 23 23 ******************** http://opensource.ikse.net/projects/dotnode ***/ 24 24 25 include('../includes/includes.inc.php'); 26 include('../includes/config/global.inc.php'); 27 25 28 if(ereg('www', $_SERVER['HTTP_HOST'])) 26 29 { … … 28 31 exit(); 29 32 } 30 31 include('../includes/includes.inc.php');32 include('../includes/config/global.inc.php');33 33 34 34 session_start();
