<!-- TITLE: Verify Permissions --> <center> If you see permission as failed you have to make the file (directory) writable.<br /> To do this please CHMOD it to 666 if this is a file and to 777 if this is a directory. </center> <br /> <table border=1 width="90%" cellpadding=2 cellspacing=0 align=center> <tr> <th width="*">File / Dir</th> <th width=70>Writable</th> </tr> <!-- TPL_INSERT : row --> <!-- TPL_CELL : def --> <tr> <td>##file##</td> <td><center><b><font color=red>FAILED</td> </tr> <!-- /TPL_CELL : def --> <!-- /TPL_INSERT : row --> </table>