You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2021. It is now read-only.
So I've only been playing with OpenVBX for a few hours, but I realized that there were a few shortcomings that could be fixed by tapping into a higher version of CodeIgniter. (Notably, PDO database driver, better session security, etc.)
I've managed to make the full manual upgrade to CodeIgniter 2.1.4, but it involved non-trivial changes to this application's files and folder structure (basically following these procedures):
moving MY_Controller, MY_Model, and User_Controller to a new OpenVBX/core/ directory
updating config files with the bundled versions in CodeIgniter, for mimes.php, user_agents.php, etc
correcting subclasses of Controller to CI_Controller, Model to CI_Model