10 lines
136 B
PHP
10 lines
136 B
PHP
<?php
|
|
|
|
class Dashboard_Panel_Controller extends Controller {
|
|
|
|
public function action_index()
|
|
{
|
|
return 'Dashboard_Panel_Index';
|
|
}
|
|
|
|
} |