Jaws 0.5.3 released

Download it!

This release fix the remote file inclusion.

To upgrade from 0.5.x just replace your files and edit your include/JawsConfig.php

Where says:

$GLOBALS["path"] = substr(dirname(__FILE__),0,-7);
 

Change for this:

define('JAWS_PATH', substr(dirname(__FILE__),0,-7));
 
ion | Releases | July 7, 11:47am