Unsupported scripts and control panel web app for a hosting company
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

009.php 467B

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. ?>