mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
8 lines
67 B
PHP
8 lines
67 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_viewfilelist = array
|
||
|
|
(
|
||
|
|
'col_path' => "路徑",
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|