Added some missing defaults
authorAlexander Ebert <ebert@woltlab.com>
Fri, 19 May 2017 12:33:07 +0000 (14:33 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 19 May 2017 12:33:07 +0000 (14:33 +0200)
wcfsetup/install/files/options.inc.php

index 27aba593b5ad353197d50f8159bd052d549f0ad0..056c84b1f91e49ea3df12cb2ef8b452d03c235a8 100644 (file)
@@ -37,5 +37,7 @@ define('URL_TO_LOWERCASE', 1);
 define('SEARCH_ENGINE', 'mysql');
 define('SHOW_VERSION_NUMBER', 1);
 define('LANGUAGE_USE_INFORMAL_VARIANT', 0);
+define('URL_OMIT_INDEX_PHP', 0);
+define('VISITOR_USE_TINY_BUILD', 0);
 
 define('WCF_OPTION_INC_PHP_SUCCESS', true);