@@ -336,6 +336,7 @@ switch ($step) {
}
function testwrite($d) {
+ echo $d."<br/>";
if(is_file($d)){
if(is_writeable($d)){
return true;