Changeset 18


Ignore:
Timestamp:
02/21/06 23:26:56 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-03-28 15:32:13 by root]
ajout du leet ;) thankx remi.

Original author: root
Date: 2003-03-28 15:32:13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/class/config.php

    r5 r18  
    11<?php 
    22/* 
    3  $Id: config.php,v 1.2 2003/03/27 00:08:03 benjamin Exp $ 
     3 $Id: config.php,v 1.3 2003/03/28 15:32:13 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    9393    $language ='fr_FR'; 
    9494  } 
     95  if (substr($lang,0,5)=="fr_LU") { 
     96    $language ='fr_LU'; 
     97  } 
    9598  if (substr($lang,0,2)=="es") { 
    9699    $language ='es_ES'; 
Note: See TracChangeset for help on using the changeset viewer.