1. go to /spaw/config/
change the file name 'spaw_control.default.config.php' to 'spaw_control.config.php'
2. in that very 'spaw_control.config.php' file,
change the following line (around line16)
$spaw_dir = '/spaw/';
to
$spaw_dir = '/(dir to your spaw folder)/spaw/';
|