The secure CMS.
Welcome to Geeklog Saturday, May 25 2013 @ 03:44 AM EDT
The following comments are owned by whomever posted them. This site is not responsible for what they say.
I needed to change some code in the install script to avoid issue with install version number.
I changed
/** * plugin version * @global string $pi_version */ $pi_version = $_LI_CONF['version'];
to
* plugin version * @global string $pi_version */ $pi_version = $_CF_CONF['version'];
Security code This question is for testing whether you are a human visitor and to prevent automated spam submissions.
New Image
The following comments are owned by whomever posted them. This site is not responsible for what they say.
I needed to change some code in the install script to avoid issue with install version number.
I changed
to
Support and French community | http://geeklog.fr
Thanks for your kind memo.