Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
63 |
aurelien |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
// Partie publique
|
|
|
4 |
|
|
|
5 |
if (!defined("WIKINI_VERSION"))
|
|
|
6 |
{
|
|
|
7 |
die ("accès direct interdit");
|
|
|
8 |
}
|
|
|
9 |
|
|
|
10 |
// Code pour l'inclusion des langues
|
|
|
11 |
include_once 'tools/login/lang/login_'.$wakkaConfig['lang'].'.inc.php';
|
|
|
12 |
|
|
|
13 |
?>
|