mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
d5bbf222cd
Skeleton pages. Updated database schema and STR pages.
21 lines
274 B
PHP
21 lines
274 B
PHP
<?php
|
|
//
|
|
// "$Id: documentation.php,v 1.1 2004/05/17 20:28:52 mike Exp $"
|
|
//
|
|
//
|
|
|
|
//
|
|
// Include necessary headers...
|
|
//
|
|
|
|
include_once "phplib/html.php";
|
|
|
|
html_header("Title");
|
|
|
|
html_footer();
|
|
|
|
//
|
|
// End of "$Id: documentation.php,v 1.1 2004/05/17 20:28:52 mike Exp $".
|
|
//
|
|
?>
|