14 lines
207 B
PHP
14 lines
207 B
PHP
<?PHP
|
|
|
|
// List of CAS langages.
|
|
|
|
// You can add langages in /CAS/langage.
|
|
|
|
// Please send them to http://esup-phpcas.sourceforge.net
|
|
|
|
$CASLANGUAGES = array (
|
|
|
|
"english" => "English",
|
|
|
|
"french" => "French");
|