Files
crm.clientright.ru/modules/Workflow2/WfManager.php

16 lines
322 B
PHP
Raw Normal View History

<?php
/**
This File was developed by Stefan Warnat <vtiger@stefanwarnat.de>
It belongs to the Workflow Designer and must not be distributed without complete extension
**/
require_once(realpath(dirname(__FILE__).'/autoload_wf.php'));
if(!class_exists("WfManager")) {
class WfManager extends \Workflow\Manager
{
}
}
?>