Remove references to the library/langdet folder

This commit is contained in:
Hypolite Petovan 2017-09-27 22:40:58 -04:00
parent 64243d33d0
commit ba1975ac3a
21 changed files with 2 additions and 5857 deletions

View file

@ -1,11 +0,0 @@
<?php
/**
* List all supported languages
*/
require_once 'Text/LanguageDetect.php';
$ld = new Text_LanguageDetect();
foreach ($ld->getLanguages() as $lang) {
echo $lang . "\n";
}
?>