-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathhilfe.php
32 lines (29 loc) · 1.36 KB
/
hilfe.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
28
29
30
31
32
<?php
require_once("inc/stdLib.php");
$menu = $_SESSION['menu'];
if ($_SESSION["loginCRM"]) {
$v=($_SESSION["dbname"])?getVersiondb():"";
}
?>
<html>
<head><title></title>
<link type="text/css" REL="stylesheet" HREF="<?php echo $_SESSION['baseurl'].'css/'.$_SESSION["stylesheet"]; ?>/main.css"></link>
<?php echo $menu['stylesheets']; ?>
<body>
<p class="listtop">Hilfe/Dokumentation</p>
<!--table class="karte"><tr><td class="karte"-->
<!---------------------------------------------------------------------->
<center><br>
<img src="image/lx-office-crm.png"><br>
<a href="http://lx-office.org" target="_top">http://lx-office.org</a> - <a href="mailto:[email protected]" target="_top">[email protected]</a><br>
"Lx-Office CRM" ist ein Teilprodukt aus dem Lx-Office Paket.<br>
die Software unterliegt der <a href="hilfe/artistic.html" target="_blank">Artistic License</a><br><br>
Verwendete Datenbank: [<?php echo $_SESSION["dbname"] ?>] Version [<?php echo $v ?>] auf Server [<?php echo $_SESSION["dbhost"] ?>]<br>
Benutzer [<?php echo $_SESSION["login"] ?>:<?php echo $_SESSION["loginCRM"] ?>] [<?php echo session_id() ?>]
<br><br><br>
><a href="hilfe/index.html">Online-Hilfe</a><<br>
</center>
<!---------------------------------------------------------------------->
<!--/td></tr></table-->
</body>
</html>