diff --git a/phpdotnet/phd/Config.php b/phpdotnet/phd/Config.php index defc50c6..82811383 100644 --- a/phpdotnet/phd/Config.php +++ b/phpdotnet/phd/Config.php @@ -13,7 +13,6 @@ class Config public bool $noToc = false; public string $xmlRoot = '.'; public string $xmlFile = './.manual.xml'; - public string $historyFile = './fileModHistory.php'; public string $langDir = './'; public string $language = 'en'; public string $fallbackLanguage = 'en';