mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-09 23:35:13 +08:00
6 lines
60 B
PHP
6 lines
60 B
PHP
|
|
<?php
|
||
|
|
$lang = array (
|
||
|
|
'appname'=>'后台管理',
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|