X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plekit%2Fphp%2FlogSorting.php;h=ec51656cae40a6b0f42f8c86125ab8865f15cda0;hb=f498ceb3f52d656308582e140a4fd6284ebc1eac;hp=286bc9a93e91e281f4023e015b7cd01a92ec7db2;hpb=d1a334c289820458ef8c9a388903c35a3419272f;p=plewww.git diff --git a/plekit/php/logSorting.php b/plekit/php/logSorting.php index 286bc9a..ec51656 100644 --- a/plekit/php/logSorting.php +++ b/plekit/php/logSorting.php @@ -17,7 +17,7 @@ $value=$_GET["value"]; $person_id=$_GET["person_id"]; $slice_id=$_GET["slice_id"]; -$myFile = "/var/log/myslice-log"; +$myFile = "/var/log/myslice.log"; $fh = fopen($myFile, 'a') or die("can't open file"); $stringData = "\n".date('Ymd-H:i')."|".$person_id.":".$slice_id.":".$value; fwrite($fh, $stringData);