Quote:
Originally Posted by Dsmed
will this work with php4 vb? if not, do i only have to change all the php extensions to php4?
|
Should be 100% compatible with the different extensions, in vbiconfig.php find:
PHP Code:
define('SCRIPT_EXTENSION', '.php');
Replace with:
PHP Code:
define('SCRIPT_EXTENSION', '.php4');
Then rename the .php files to .php4
WITH THE EXCEPTION of vbiconfig.php WHICH MUST have a .php extension, and will work with .php regardless of what your server is set to use for PHP.