PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Stanescu Mihai   Language System   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Config file
Class: Language System
Let the user choose the application idiom
Author: By
Last change:
Date: 14 years ago
Size: 64 bytes
 

Contents

Class file image Download
<?php

// Default Language
define('DefaultLang', 'en');

?>