manoj_ghimire
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by manoj_ghimire-
UAPI Root
hello how can I check if the user executing UAPI is a root user or not?
-
UAPI Question
in the UAPI custom function tutorial it is given that : # Make the function unusable if the cPanel account is in demo mode. if ( $Cpanel::CPDATA{'DEMO'} ) { $result->error( '_ERROR_DEMO_MODE'...