Update Idna-Converter to version 1.0.2 (default IDNA standard is now 2008)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -94,6 +94,12 @@ class Autoloader {
|
||||
dirname(dirname(__FILE__)) . '/install/',
|
||||
);
|
||||
|
||||
if (substr($class, 0, 15) == "Mso\IdnaConvert") {
|
||||
$class = substr($class, 16);
|
||||
include_once __DIR__.'/classes/idna/ext/'.$class.'.php';
|
||||
return true;
|
||||
}
|
||||
|
||||
// now iterate through the paths
|
||||
foreach ($paths as $path) {
|
||||
// valid directory?
|
||||
|
||||
Reference in New Issue
Block a user