404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.142.54.169: ~ $
<?php

namespace Spatie\FlareClient\Time;

use DateTimeImmutable;

class SystemTime implements Time
{
    public function getCurrentTime(): int
    {
        return (new DateTimeImmutable())->getTimestamp();
    }
}

Filemanager

Name Type Size Permission Actions
SystemTime.php File 216 B 0644
Time.php File 105 B 0644