Add 6.0 branch to GHA workflows
[GitHub/WoltLab/com.woltlab.wcf.legalNotice.git] / constants.php
CommitLineData
9ce6ac8e
MS
1<?php
2/**
3 * Defines constants for autocompletion in IDEs. This file is not meant to be actively used anywhere!
4 *
8e1e8b5d
TD
5 * @author Matthias Schmidt
6 * @copyright 2001-2019 WoltLab GmbH
7 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
8 * @package WoltLabSuite\Core
9ce6ac8e
MS
9 */
10
11// option constants
12define('LEGAL_NOTICE_ADDRESS', '');
13define('LEGAL_NOTICE_EMAIL_ADDRESS', '');
14define('LEGAL_NOTICE_PHONE', '');
15define('LEGAL_NOTICE_FAX', '');
16define('LEGAL_NOTICE_REPRESENTATIVE', '');
17define('LEGAL_NOTICE_REGISTER', '');
18define('LEGAL_NOTICE_VAT_ID', '');
19define('LEGAL_NOTICE_ADDITIONAL_TEXT', '');
20define('LEGAL_NOTICE_ADDITIONAL_TEXT_ENABLE_HTML', 0);