scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 81  →  ?path2? @ 80
/php/functions.php
@@ -10,10 +10,9 @@
return;
ftruncate($f, 0);
fwrite($f, $data, strlen($data));
$t = filemtime ($file);
flock($f, LOCK_UN);
fclose($f);
return $t;
return $data;
}
 
###########################################################################