mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
commit
6c636eeaa8
1 changed files with 1 additions and 1 deletions
|
|
@ -899,7 +899,7 @@ class moduleAdminController extends module
|
|||
$str = "<?php if(!defined('__XE__')) exit(); \r\n";
|
||||
foreach($langMap[$langCode] as $code => $value)
|
||||
{
|
||||
$str = sprintf('$lang[\'%s\'] = \'%s\';', $code, addcslashes($value, "'"));
|
||||
$str .= sprintf('$lang[\'%s\'] = \'%s\';', $code, addcslashes($value, "'"));
|
||||
}
|
||||
if (!@file_put_contents(sprintf('%s/%d.%s.php', $cache_path, $args->site_srl, $langCode), $str, LOCK_EX))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue