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.

database.php 144B

12345678910
  1. <?PHP
  2. if (defined('LIB_DB') && !isset($_redodb)) { return; }
  3. mysql_connect('', '', '');
  4. mysql_select_db('');
  5. define('LIB_DB', true);
  6. ?>