Unsupported scripts and control panel web app for a hosting company
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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