


|
 |
Charter
<% include_body('content/charter.htm'); %> |
Next Meeting
<%
$imode = 'html';
$y1 = date('Y');
$m1 = date('m');
$s2 = strtotime(date('Y-m-01')) + 32 * 24 * 60 * 60;
$y2 = date('Y', $s2);
$m2 = date('m', $s2);
$s3 = strtotime(date('Y-m-01')) + 63 * 24 * 60 * 60;
$y3 = date('Y', $s3);
$m3 = date('m', $s3);
chdir('scripts');
include('next.php');
//cached_include('next.php',
// array("../calendar/cal$y1$m1.xml",
// "../calendar/cal$y2$m2.xml",
// "../calendar/cal$y3$m3.xml"),
// 'webmaster@sfbrewpub.org',
// 'wednesday', true);
chdir('..');
%> |
|
Please don't drive to San Francisco Brew Pub Club meetings!
Read our Privacy Policy.
Labeled with ICRA.
©2000-<% echo date('Y'); %> Suzanne Harle and
Paul
Jasper. Last updated
<%
// needs to work whichever way the script was invoked
if (isset($_SERVER['SCRIPT_FILENAME']))
{
$self = $_SERVER['SCRIPT_FILENAME'];
}
else
{
$self = getcwd().'/'.$_SERVER['argv'][0];
}
echo date('l, F j, Y', filemtime($self));
%>. |