PHP Classes

File: languages/English-en/index.php

Recommend this page to a friend!
  Classes of Stanescu Mihai   Language System   languages/English-en/index.php   Download  
File: languages/English-en/index.php
Role: Auxiliary script
Content type: text/plain
Description: Redirects to the main script
Class: Language System
Let the user choose the application idiom
Author: By
Last change:
Date: 13 years ago
Size: 69 bytes
 

Contents

Class file image Download
<?php
// Redirect to the main page

header("Location: ../");

?>