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