[ PHPXref.com ] [ Generated: Sun Jul 20 20:25:42 2008 ] [ SPIP 1.8.3 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> ical.php3 (source)

   1  <?php
   2  
   3  $fond = "ical";
   4  $delais = 3600;
   5  
   6  @header ("content-type:text/calendar");
   7  
   8  $flag_preserver=true;
   9  include  ("inc-public.php3");
  10  
  11  
  12  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]