This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Description
Just an FYI, there seem to be a bug when getting documents from a Cabinet. When using this library on CodeIgniter, you will notice that your view will show up on the browser as sourcecode not an actual HTML page. I checked Common.php, and on line 67 is what is causing the said issue. I commented it out. Not sure though if this is the correct way to address it.