|
@@ -36,17 +36,6 @@ class yingClassAction extends ActionNot{
|
|
|
return $this->get('num');
|
|
|
}
|
|
|
|
|
|
- public function customAction()
|
|
|
- {
|
|
|
- $num = $this->get('num');
|
|
|
- $filename = ''.P.'/we/ying/yingyong/'.$num.'.html';
|
|
|
- if (file_exists($filename)) {
|
|
|
- return file_get_contents($filename);
|
|
|
- } else {
|
|
|
- return "not_exists";
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
public function defaultAction()
|
|
|
{
|
|
|
// 检查用户权限
|