Create a New WHM Interface in PHP
I follow the tutorial on how to include Cpanel Header
require_once('/usr/local/cpanel/php/WHM.php');
WHM::header('Engintron for cPanel/WHM',1,1);
Hides the interface's header.
The second issues I see all tabs from a navigation on left there are opened and is not saving every time one you refresh all tabs will be opened.
Can you please guide us or me specialty what I'm doing wrong?
Thank you
I follow the tutorial on how to include Cpanel Header
require_once('/usr/local/cpanel/php/WHM.php');
WHM::header('Engintron for cPanel/WHM',1,1);
Hides the interface's header.
- Set this value to 1 to hide the header.
- Set this value to 0 to display the header.
The second issues I see all tabs from a navigation on left there are opened and is not saving every time one you refresh all tabs will be opened.
Can you please guide us or me specialty what I'm doing wrong?
Thank you