Subversion Repositories oidplus

Rev

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

Rev 530 Rev 532
Line 90... Line 90...
90
require_once __DIR__ . '/color_utils.inc.php';
90
require_once __DIR__ . '/color_utils.inc.php';
91
require_once __DIR__ . '/ipv4_functions.inc.php';
91
require_once __DIR__ . '/ipv4_functions.inc.php';
92
require_once __DIR__ . '/ipv6_functions.inc.php';
92
require_once __DIR__ . '/ipv6_functions.inc.php';
93
require_once __DIR__ . '/anti_xss.inc.php';
93
require_once __DIR__ . '/anti_xss.inc.php';
94
 
94
 
95
if (PHP_SAPI != 'cli') {
-
 
96
        include_once __DIR__ . '/../3p/vts_vnag/vnag_framework.inc.php';
-
 
97
}
-
 
98
 
-
 
99
include_once __DIR__ . '/../3p/vts_fileformats/VtsFileTypeDetect.class.php';
95
include_once __DIR__ . '/../3p/vts_fileformats/VtsFileTypeDetect.class.php';
100
 
96
 
101
// ---
97
// ---
102
 
98
 
103
spl_autoload_register(function ($class_name) {
99
spl_autoload_register(function ($class_name) {