[SOLVED] How Security API really works in PHPRunner? |
8/29/2017 02:49:50 | |
| PHPRunner General questions | ||
|
I use Dynamic Permission and in user table i have "expire date" field. if($data["expire_date"] >= now())[/size] |
||
|
|
Sergey Kornilov admin 8/29/2017 |
|
I think this is what you looking for: if($data["expire_date"] >= now()) |
|
|
|
romaldus author 8/30/2017 |
|
I think this is what you looking for: if($data["expire_date"] >= now())
|
|