Log Browser > index.php.090215 | |
Recent files:
|
File contains 3002
lines and was last altered on Jul 1 2020
Showing the last 20 lines of this file ( 200 lines 500 lines )
$msg = "To edit select squares and enter starting values";
}
save_state($ip);
start_screen_html();
print_board( );
print( "<input type=hidden name=mode value=$mode>" );
if ( $action == 'About' ) {
$mode = 'Play';
$action = 'Pause';
}
end_screen_html();
?>
|