uiisc/data/config.php
2019-07-10 20:28:07 +08:00

54 lines
1.4 KiB
PHP

<?php
if (!defined('IN_SYS')) {
// exit('禁止访问');
header("Location: ../index.php");
exit;
}
define("URLROOT", "http://crogroup.cn");
define("APPROOT", dirname(__FILE__));
define("DB_HOST", "bv2g0ksp.hk1027lan.dnstoo.com:3306");
define("DB_USER", "gcop2h_f");
define("DB_PASSWORD", "gdwst6ob");
define("DB_NAME", "gcop2h");
define("SMTP_SERVER", "smtp.u-id.cn");
define("SMTP_PORT", 25);
define("SMTP_MAILADDR", "croidc@u-id.cn");
define("SMTP_USERNAME", "croidc@u-id.cn");
define("SMTP_PASSWORD", "cro@IDC521");
$static_release = '1559728996134';
$brandName = "UIISC";
$iFastNetAff = 19474;
$CopyRightYear = "2013 - " . date("Y");
$title = "UIISC";
$title_s = "UIISC";
$author = 'Crogram Inc.';
$description = "uiisc, freewebhost, webhost, Crogram, iFastNet";
// $google_site_verification = "5O6Wxt0gIyGb7btMuXiQqddZJ516n-xBOW_9RLMBeSY";
$siteURL = "http://crogroup.cn";
$admin = [
"name" => "管理员",
"username" => "admin",
"password" => "admin",
];
$dbconfig = [
'host' => 'bv2g0ksp.hk1027lan.dnstoo.com',
'username' => 'gcop2h_f',
'password' => 'gdwst6ob',
'dbname' => 'gcop2h',
'charset' => 'utf8',
'port' => '3306',
];
$config = [
"apiUsername" => "1",
"apiPassword" => "1",
"apiUrl" => "https://panel.myownfreehost.net:2087/xml-api/",
"plan" => [
"test_whm_api" => "test",
"ccc" => "test2",
],
];