ADMIN_WEB default to noalyss-no-reply
This commit is contained in:
parent
c389246f23
commit
5f6fd7b9c3
2 changed files with 7 additions and 1 deletions
|
|
@ -65,6 +65,11 @@ if (!defined('NOALYSS_ADMINISTRATOR')) {
|
|||
if (!defined("SESSION_KEY")) {
|
||||
define("SESSION_KEY", "RtYu0uu");
|
||||
}
|
||||
|
||||
if ( !defined ('ADMIN_WEB')) {
|
||||
$a=gethostname();
|
||||
define('ADMIN_WEB',"noalyss-no-reply@$a");
|
||||
}
|
||||
require_once NOALYSS_INCLUDE . '/constant.security.php';
|
||||
|
||||
if (strpos($inc_path, ";") != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue