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.

test.php 128B

1234567891011
  1. <?PHP
  2. chdir('../control');
  3. require_once('lib/database.php');
  4. require_once('../common/messagemail.php');
  5. messagemail(8);
  6. ?>