Subversion Repositories public

Rev

Blame | Last modification | View Log | RSS feed

<?php
header( "Expires: Mon, 20 Dec 1998 01:00:00 GMT" );
header( "Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT" );
header( "Cache-Control: no-cache, must-revalidate" );
header( "Pragma: no-cache" );

$strVersion="1.0";

$ini_array = parse_ini_file("setup/settings.dat");
$title_str = $ini_array['title'];

if (!isset($title_str))
   $title_str = "PM&D Plan Slave ";
?>