Вход Регистрация
Файл: sxd/lang/update.php
Строк: 19
<?php
// Sypex Dumper 2 langfile updater
$path './';
$langlist = array();
if (
false !== ($handle opendir($path))) {
    while (
false !== ($file readdir($handle))) {
        if (
preg_match("/^lng_([a-z]{2}(-[a-z]{2})?).php$/"$file$m)) {
            include(
$path $file);
            
$langlist[$m[1]] = $LNG['name'];
        }
    }
    
closedir($handle);
    if(
count($langlist) > 0){
        
$fp fopen('list.php''w');
        
fwrite($fp"<?phpn$langs = " var_export($langlist1) . ";n?>");
    }
}
echo 
'Langlist updated';
?>
Онлайн: 2
Реклама