11 lines
203 B
PHP
Executable File
11 lines
203 B
PHP
Executable File
<?php
|
|
/**
|
|
deprecated sinve ct6
|
|
**/
|
|
require_once(realpath(dirname(__FILE__).'/autoload_wf.php'));
|
|
|
|
if(!class_exists("VTConditionCheck")) {
|
|
class VTConditionCheck extends \Workflow\ConditionCheck { }
|
|
}
|
|
|
|
?>
|