This website works better with JavaScript
Home
Explore
Help
Register
Sign In
php
/
szcp_admin
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
1
songxingwei
3 years ago
parent
217496cb52
commit
b62d83a6b5
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
application/admin/controller/Category.php
+ 1
- 0
application/admin/controller/Category.php
View File
@@ -57,6 +57,7 @@ class Category extends Controller
->order('pid asc,id desc')
->page();
+
}
/**