how to detect server's control panel type with php? – Plesk
How to detect server Control Panel type like cpanel and directadmin for using them api's: that's enough for me if it just detects cpanel, directadmin, kloxo and plesk $panel = ???????????; switch($panel){ case 'cpanel': $xmlapi = new xmlapi($ip); //... break;…