- @reboot cron not working
- csf.deny IP format
- Help opening after Custombuild (da build all)
- "You do not own that domain"
- Unlock Innovation with Award-Winning iOS App Development in Perth
- Wildcard SSL cert for fourth level subdomain
- 550 authentication required - email bounce
- Custombuild 404 issues
- cPanel-to-DirectAdmin conversion tool
- Let's Encrypt Certificate name mismatch
Hi,
Is there anyway to passing custom data to skin/template?
Eg: I want to add USER_PHP_SECURE_MODE="ON" (my idea is using pre hook scripts)so in config template
and in skinCode:
|*if USER_PHP_SECURE_MODE| disable_functions=exec,system,... open_basedir = /home/|user| |*endif|Code:
|*if USER_PHP_SECURE_MODE| <span style="color:green;">ON</span> |*else| <span style="color:red;">OFF</span> |*endif|
