C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\phpMyServer\documentation_fs.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php

//----------------------------------//
//    Copyright by Matthias Speer   //
//----------------------------------//

include('./config.inc.php');

include(
'./auth.php');

?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Documentation</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=<?php echo GetLocText('charset'false); ?>">
<LINK href="style/global.css" rel="stylesheet" type="text/css">
<SCRIPT language="JavaScript" src="./script/frames.js" type="text/JavaScript"></SCRIPT>
</HEAD>
<FRAMESET rows="30,*" framespacing="3" frameborder="yes" border="1" bordercolor="#78A0B4">
  <FRAME src="documentation.php?action=nav" name="frm_doc_nav" frameborder="no" scrolling="no" noresize id="frm_doc_nav">
  <FRAME src="documentation.php?action=main" name="frm_doc_main" frameborder="no" scrolling="auto" noresize id="frm_doc_main">
</FRAMESET>
<NOFRAMES><BODY>

</BODY></NOFRAMES>
</HTML>