Index: branches/5.0.x/gw_notify.php =================================================================== diff -u -N -r12924 -r13268 --- branches/5.0.x/gw_notify.php (.../gw_notify.php) (revision 12924) +++ branches/5.0.x/gw_notify.php (.../gw_notify.php) (revision 13268) @@ -1,6 +1,6 @@ Init(); - /*$fh = fopen(FULL_PATH.'/gw.log', 'a'); + /*$fh = fopen(WRITEABLE . '/gw.log', 'a'); fwrite ($fh, "\n\n".date('d/m/y h:i:s').":\n"); - foreach ($_REQUEST as $key => $val) - { + foreach ($_REQUEST as $key => $val) { fwrite($fh, "\n"); } fclose($fh);*/