no message
This commit is contained in:
parent
f7c019fa87
commit
5de7c62b63
@ -42,6 +42,12 @@ final class Test extends Base
|
|||||||
// abort(404);
|
// abort(404);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function t1()
|
||||||
|
{
|
||||||
|
echo 123;
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
public function rootGet()
|
public function rootGet()
|
||||||
{
|
{
|
||||||
$oUserRoot = ModelUser::select("id","email", "class", "transfer_enable", "u", "autorenew", "money")->where("email", "root")->first();
|
$oUserRoot = ModelUser::select("id","email", "class", "transfer_enable", "u", "autorenew", "money")->where("email", "root")->first();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user