Initial commit
This commit is contained in:
8
playarea/scripts/track.php
Normal file
8
playarea/scripts/track.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
function log_message($message)
|
||||
{
|
||||
// file_put_contents(ROOT_DIR . "/log.php", $message . "\n", FILE_APPEND);
|
||||
}
|
||||
|
||||
log_message("Новый запрос " . time());
|
||||
Reference in New Issue
Block a user