diff myrss/index.php @ 28:28221b9bb370

add weather/; update myrss/FEEDS; add umask(0037) to weather/index.php and myrss/index.php
author paulo@thepaulopc
date Thu, 23 Jun 2011 00:41:19 -0700
parents f93693980ead
children
line diff
     1.1 --- a/myrss/index.php	Sat Jun 04 22:20:26 2011 -0700
     1.2 +++ b/myrss/index.php	Thu Jun 23 00:41:19 2011 -0700
     1.3 @@ -1,4 +1,6 @@
     1.4  <?php
     1.5 +umask(0037);
     1.6 +
     1.7  $start_time = microtime(true);
     1.8  
     1.9  $cache_fn = "__cache__.html";