Ignore:
Timestamp:
Dec 22, 2010, 1:01:25 PM (13 years ago)
Author:
mistic100
Message:
  • Corrections de bugs
  • Améliorations mineures
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PHP_Optimisateur/files/index.php

    r7988 r8226  
    11<?php
    22$url = '../index.php';
    3 header( 'Request-URI: '.$url );
    4 header( 'Content-Location: '.$url );
    5 header( 'Location: '.$url );
     3header('Request-URI: '.$url);
     4header('Content-Location: '.$url);
     5header('Location: '.$url);
    66exit();
    77?>
Note: See TracChangeset for help on using the changeset viewer.