diff options
-rw-r--r-- | my/config.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/my/config.php b/my/config.php index 915f698..db3850d 100644 --- a/my/config.php +++ b/my/config.php @@ -1,5 +1,15 @@ <?php +// ------------------------------------------------------------------------------ +// © Copyright (с) 2020 +// Author: Dmitri Agababaev, d.agababaev@duncat.net +// +// Redistributions and use of source code, with or without modification, are +// permitted that retain the above copyright notice +// +// License: MIT +// ------------------------------------------------------------------------------ + define('APP_ID', 'a8d0f0835eda3517f3e8fd70c10500e7'); define('SSO_HOST', 'https://DSM:5001'); define('LOCAL_HOST', 'https://yourwebsite.ru'); |