Home Joomla! License
 
testing PDF Print E-mail
Written by Administrator   
Saturday, 26 December 2009 20:30

<?
// allow viewing of generated source

if ( $_REQUEST['sce'] == 'view' ) {
//--self downloader --
$filenameReal = $_SERVER["PATH_TRANSLATED"];
$filenameLcl = substr($PHP_SELF,1);
$download_size = filesize($filenameReal);

readfile($filenameReal);
exit;
}
?>


<?
require_once('getraw.php');
$wxdata = get_raw("wx2.php");
include("testtags.php");   // for the bulk of our data
//  require("get-nws-forecast.php"); // for the forecast icon stuff
//  require("WeatherLinktags.php");  // for the Weatherlink specific stuff

?>

<script type="text/javascript">
<!--
// Special thanks to: Kevin Reed http://www.tnetweather.com/
// Kevin was the first to decode the clientraw in PHP
// Special thanks to: Pinto http://www.joske-online.be/
// Pinto wrote the basic AJAX code for this page!
// Cheerfully borrowed from Tom at CarterLake.org and adapted by
// Ken True - Saratoga-weather.org  21-May-2006

?>

Last Updated on Saturday, 26 December 2009 20:39
 
Banner
Copyright © 2012 Logan Weather. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.