* Finish task #7852.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
class programset extends control
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
$this->display();
|
||||
}
|
||||
|
||||
public function browse()
|
||||
{
|
||||
$this->display();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user