uawdijnntqw1x1x1
IP : 3.14.251.87
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
public_html
/
wp-content
/
plugins
/
.
/
wp-smushit
/
.
/
core
/
class-time-utils.php
/
/
<?php namespace Smush\Core; class Time_Utils { private $time; public function get_time() { if ( is_null( $this->time ) ) { return time(); } return $this->time; } /** * ONLY FOR TESTING */ public function set_time( $time ) { $this->time = $time; } }
/home/batcwwjx/public_html/wp-content/plugins/./wp-smushit/./core/class-time-utils.php