Subversion Repositories oidplus

Rev

Rev 1321 | Rev 1426 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1321 Rev 1421
Line 20... Line 20...
20
use ViaThinkSoft\OIDplus\OIDplus;
20
use ViaThinkSoft\OIDplus\OIDplus;
21
use ViaThinkSoft\OIDplus\OIDplusException;
21
use ViaThinkSoft\OIDplus\OIDplusException;
22
use ViaThinkSoft\OIDplus\OIDplusGui;
22
use ViaThinkSoft\OIDplus\OIDplusGui;
23
use ViaThinkSoft\OIDplus\OIDplusPageAdminVNagVersionCheck;
23
use ViaThinkSoft\OIDplus\OIDplusPageAdminVNagVersionCheck;
24
 
24
 
25
include __DIR__ . '/../../../../vendor/danielmarschall/vnag/framework/vnag_framework.inc.php';
25
include __DIR__ . '/../../../../vendor/danielmarschall/vnag/src/framework/vnag_framework.inc.php';
26
include __DIR__ . '/../../../../includes/oidplus.inc.php';
26
include __DIR__ . '/../../../../includes/oidplus.inc.php';
27
 
27
 
28
const OIDPLUS_VNAG_MAX_CACHE_AGE = 60; // seconds (TODO: in base config?)
28
const OIDPLUS_VNAG_MAX_CACHE_AGE = 60; // seconds (TODO: in base config?)
29
 
29
 
30
set_exception_handler(array(OIDplusGui::class, 'html_exception_handler'));
30
set_exception_handler(array(OIDplusGui::class, 'html_exception_handler'));