1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-14 02:34:24 +02:00

Some adjustments to FieldtypeRepeater for single page mode and update PagesExportImport for support

This commit is contained in:
Ryan Cramer
2017-08-31 11:19:35 -04:00
parent d9fb9cd026
commit 27ee1fae15
4 changed files with 48 additions and 14 deletions

View File

@@ -1044,6 +1044,14 @@ $config->logs = array(
'exceptions',
);
/**
* Include IP address in logs, when applicable?
*
* @var bool
*
*/
$config->logIP = false;
/**
* Default admin theme
*