Overview
Comment:Use different lines
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA3-256: f99564a3e69c6ec59e56d0e2fc82b7583efd133d2ad15e0bb701c2a35eda5d57
User & Date: bohwaz on 2022-04-27 23:41:49
Other Links: branch diff | manifest | tags
Context
2022-05-10
01:46
Merge with trunk check-in: cac2991c6b user: bohwaz tags: dev
2022-04-27
23:41
Use different lines check-in: f99564a3e6 user: bohwaz tags: dev
23:06
Fix [c46ce36b097582bd5e503765a0f222018af61e80] legal line check-in: 232daf07d3 user: bohwaz tags: dev
Changes

Modified src/include/init.php from [610c9d71e8] to [4ecbbe128b].

210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
	'FILE_STORAGE_QUOTA'    => null,
	'API_USER'              => null,
	'API_PASSWORD'          => null,
	'PDF_COMMAND'           => null,
	'CALC_CONVERT_COMMAND'  => null,
	'CONTRIBUTOR_LICENSE'   => null,
	'SQL_DEBUG'             => null,
	'LEGAL_LINE'            => 'Propulsé par <a href="https://garradin.eu/" id="garradin" target="_blank">Garradin</a> — logiciel libre de gestion d\'association | Hébergé par <strong>%1$s</strong>, %2$s',
];

foreach ($default_config as $const => $value)
{
	$const = sprintf('Garradin\\%s', $const);

	if (!defined($const))







|







210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
	'FILE_STORAGE_QUOTA'    => null,
	'API_USER'              => null,
	'API_PASSWORD'          => null,
	'PDF_COMMAND'           => null,
	'CALC_CONVERT_COMMAND'  => null,
	'CONTRIBUTOR_LICENSE'   => null,
	'SQL_DEBUG'             => null,
	'LEGAL_LINE'            => 'Propulsé par <a href="https://garradin.eu/" id="garradin" target="_blank">Garradin</a> — logiciel libre de gestion d\'association<br />Hébergé par <strong>%1$s</strong>, %2$s',
];

foreach ($default_config as $const => $value)
{
	$const = sprintf('Garradin\\%s', $const);

	if (!defined($const))