Unsupported scripts and control panel web app for a hosting company
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122
  1. <?PHP
  2. define('SUPPORT_TITLE', 'Description of PHP settings');
  3. define('SUPPORT_BTITLE', 'Description of PHP settings');
  4. if (!defined('LIB_ACCOUNT')) { require('lib/account.php'); }
  5. if (!defined('UID')) {
  6. addDashboardItem('Useful links', 'Login', 'login');
  7. }
  8. define('MESSAGE', 'PHP settings are currently not exposed in the control panel. Please raise a ticket for assistance.');
  9. $sbody = <<<SUPPORT
  10. SUPPORT;
  11. define('SUPPORT_BODY', $sbody);
  12. ?>