Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
function __construct($date = "") { /** Set object geo location properties. */ $this..
Decoded Output download
<? function __construct($date = "") {
/** Set object geo location properties. */
$this->hebrew_days_dates = array('', '', '', '', '', '', '', '', '', '', '"', '"', '"', '"', '"', '"', '"', '"', '"', '', '"', '"', '"', '"', '"', '"', '"', '"', '"', '' );
$this->set_current_datetime($date);
//$this->set_current_datetime(date("8-12-2023"));
/** Check if client is from Diaspora */
// $this->isDiaspora = $this->countryCode != "IL" ? true : false; // ??
//echo date('d/m/Y H:i:s', $this->get_havdala_time($this->timestamp));
} ?>
Did this file decode correctly?
Original Code
function __construct($date = "") {
/** Set object geo location properties. */
$this->hebrew_days_dates = array('', '', '', '', '', '', '', '', '', '', '"', '"', '"', '"', '"', '"', '"', '"', '"', '', '"', '"', '"', '"', '"', '"', '"', '"', '"', '' );
$this->set_current_datetime($date);
//$this->set_current_datetime(date("8-12-2023"));
/** Check if client is from Diaspora */
// $this->isDiaspora = $this->countryCode != "IL" ? true : false; // ??
//echo date('d/m/Y H:i:s', $this->get_havdala_time($this->timestamp));
}
Function Calls
None |
Stats
MD5 | 1524f1706985f4983d5f857ebad8b8f2 |
Eval Count | 0 |
Decode Time | 45 ms |