This commit is contained in:
Juli 2024-06-04 08:17:48 +00:00
parent 33850ed51a
commit 7f60d8ef58

View file

@ -1,5 +1,5 @@
<?php
$counter_name = "/root/about_visitors.txt";
$counter_name = "about_visitors.txt";
if (!file_exists($counter_name)) {
$f = fopen($counter_name, "w");
fwrite($f,"0");