2024-01-20 14:22:20
This commit is contained in:
17
app/us/controller/TopsNas.php
Executable file
17
app/us/controller/TopsNas.php
Executable file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace app\us\controller;
|
||||
|
||||
|
||||
class TopsNas extends BaseController
|
||||
{
|
||||
public function _initialize()
|
||||
{
|
||||
parent::_initialize();
|
||||
}
|
||||
|
||||
public function download()
|
||||
{
|
||||
return $this->fetch();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user