Quote:
Please do cause only version info I can find in the php is this which is correct right?
define('THIS_SCRIPT', 'vbplaza');
define('VBPLAZA_RUNNING', true);
define('VBPLAZA_SCRIPT_VERSION', '1.5.8');
|
NOPE corect the following
Please do cause only version info I can find in the php is this which is correct right?
define('THIS_SCRIPT', 'vbplaza');
define('VBPLAZA_RUNNING', true);
define('VBPLAZA_SCRIPT_VERSION', '1.5.8
1');
Add a 1 to that line hope that helps
~Rick~