Changeset 1481 for trunk/include


Ignore:
Timestamp:
Jul 18, 2006, 11:38:54 PM (18 years ago)
Author:
rub
Message:

Resolved Issue ID 0000474 (Step 1):

o Rename index.htm into index.php
o Add index.php on all sub-directories
o Use an uniform source code of index.php (like /include/index.php)

(/index.php is of course not changed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/index.php

    r1082 r1481  
    2626// +-----------------------------------------------------------------------+
    2727
     28// recursive call of index.php
     29
    2830$url = '../index.php';
    29 header( 'Request-URI: '.$url ); 
    30 header( 'Content-Location: '.$url ); 
     31header( 'Request-URI: '.$url );
     32header( 'Content-Location: '.$url );
    3133header( 'Location: '.$url );
    3234exit();
Note: See TracChangeset for help on using the changeset viewer.