Merge branch 'wip_MDL-49125_m29_install' of https://github.com/skodak/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2015-02-09 20:01:24 +01:00
+1
View File
@@ -48,6 +48,7 @@ define('AJAX_SCRIPT', false); // prevents some warnings later
define('CACHE_DISABLE_ALL', true); // Disables caching.. just in case.
define('PHPUNIT_TEST', false);
define('IGNORE_COMPONENT_CACHE', true);
define('MDL_PERF_TEST', false);
// Servers should define a default timezone in php.ini, but if they don't then make sure something is defined.
// This is a quick hack. Ideally we should ask the admin for a value. See MDL-22625 for more on this.