tao-test/app/taoProctoring/config/default/TestSessionConnectivityStatusService.conf.php

12 lines
379 B
PHP
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?php
/**
* Default config header
*
* To replace this add a file C:\domains\package-tao\taoProctoring\config/header/TestSessionConnectivityStatusService.conf.php
*/
return new oat\taoProctoring\model\implementation\TestSessionConnectivityStatusService([
\oat\taoProctoring\model\implementation\TestSessionConnectivityStatusService::HAS_ONLINE_MODE => false
]
);