Monkey Albino

Linux webm039.cluster003.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
/ home/ meharicl/

/home/meharicl/cron.php

<?php
 $i=0;
echo("toto<br>");
$datafic=fopen("texte.txt","w");
fputs($datafic,date('Y-m-d') ."\n");
fclose($datafic);
?>