* Finish task #7852.

This commit is contained in:
Yagami
2020-09-15 10:02:18 +08:00
parent d3b3420aa1
commit d82454cafb
6 changed files with 124 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
class programset extends control
{
public function index()
{
$this->display();
}
public function browse()
{
$this->display();
}
}