*** empty log message ***
This commit is contained in:
parent
45c9ec3ead
commit
fdc4cbd087
213 changed files with 32511 additions and 0 deletions
21
livesupport/modules/htmlUI/var/ui_handler_init.php
Normal file
21
livesupport/modules/htmlUI/var/ui_handler_init.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
session_start();
|
||||
require_once dirname(__FILE__).'/conf.php';
|
||||
require_once dirname(__FILE__).'/ui_fmask.inc.php';
|
||||
|
||||
// LS classes/functions
|
||||
require_once dirname(__FILE__).'/ui_base.inc.php';
|
||||
require_once dirname(__FILE__).'/ui_handler.class.php';
|
||||
require_once dirname(__FILE__).'/../../storageServer/var/GreenBox.php';
|
||||
|
||||
// well known classes
|
||||
require_once 'DB.php';
|
||||
require_once 'HTML/QuickForm.php';
|
||||
|
||||
#PEAR::setErrorHandling(PEAR_ERROR_TRIGGER, E_USER_WARNING);
|
||||
#PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'errCallBack');
|
||||
PEAR::setErrorHandling(PEAR_ERROR_RETURN);
|
||||
#PEAR::setErrorHandling(PEAR_ERROR_PRINT);
|
||||
|
||||
$uiHandler = new uiHandler($config);
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue