Changeset 1482 for branches


Ignore:
Timestamp:
Jul 18, 2006, 11:43:29 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)

Merge BSF r1480:1481 into branch-1_6

Location:
branches/branch-1_6
Files:
5 deleted
2 edited
27 copied

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/include/index.php

    r1082 r1482  
    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();
  • branches/branch-1_6/template/yoga/theme

    • Property svn:ignore
      •  

        old new  
        11hk
         2erya-blue
         3hk-2
         4hk-3
         5white
         6hk-3_1.0.zip
         7hk-3_1.1.zip
         8hk-3_1.2.zip
         9white_0.2.zip
         10cyan
         11hk-darkblue-left
Note: See TracChangeset for help on using the changeset viewer.