8 lines
148 B
PHP
8 lines
148 B
PHP
<?php
|
|
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
require_once __DIR__.'/../../main/inc/global.inc.php';
|
|
|
|
PauseTraining::create()->runCronTest();
|