+ add the index::ping() method to pri list.

This commit is contained in:
wangchunsheng
2009-11-10 02:29:30 +00:00
parent b4cc905add
commit b452c0a8bc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ $lang->group->priv = '权限';
/* 所有resource列表。*/
$lang->resource->index->index = 'index';
$lang->resource->index->ping = 'ping';
$lang->resource->product->index = 'index';
$lang->resource->product->browse = 'browse';
+1
View File
@@ -25,3 +25,4 @@
*/
$lang->index->common = '首页';
$lang->index->index = '首页';
$lang->index->ping = '同步session';