r3
(- requires are now resolved relative to base phpsecinfo path...) committed by funkatron
- - requires are now resolved relative to base phpsecinfo path, so PhpSecInfo does not need to be in
php's include path
- allow_url_fopen now will not throw a warning if enabled and PHP version >= 5.2
- Added simple View system; moved HTML views out of PhpSecInfo class. You can use
PhpSecInfo->setViewDirectory($path) to set the path to your own custom views (your view files need
to mirror the structure of the default views).
- Added cli, CSV, JSON and RSS views - Added examples directory to demonstrate more advanced usage
of views system
- requires are now resolved relative to base phpsecinfo path, so PhpSecInfo does not need to be in
php's include path
- allow_url_fopen now will not throw a warning if enabled and PHP version >= 5.2
- Added simple View system; moved HTML views out of PhpSecInfo class. You can use
PhpSecInfo->setViewDirectory($path) to set the path to your own custom views (your view files need
to mirror the structure of the default views).
- Added cli, CSV, JSON and RSS views - Added examples directory to demonstrate more advanced usage
of views system