added session_save_path

minor layout changes
This commit is contained in:
Roland Gruber 2003-03-23 18:42:40 +00:00
parent 746df60e45
commit 2a279c9e07
3 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<?php <?php
/* /*
$Id$ $Id$
@ -25,6 +25,8 @@ $Id$
include_once("../lib/ldap.php"); include_once("../lib/ldap.php");
// start session
session_save_path("../sess");
@session_start(); @session_start();
// close LDAP connection // close LDAP connection

View File

@ -1,4 +1,4 @@
<?php <?php
/* /*
$Id$ $Id$
@ -27,7 +27,7 @@ echo ("<html>\n");
echo (" <head>\n"); echo (" <head>\n");
echo ("<title>LDAP Account Manager</title>\n"); echo ("<title>LDAP Account Manager</title>\n");
echo ("</head>\n"); echo ("</head>\n");
echo ("<frameset rows=\"150,*\">\n"); echo ("<frameset rows=\"130,*\">\n");
echo ("<frame src=\"./main_header.php\" name=\"head\">\n"); echo ("<frame src=\"./main_header.php\" name=\"head\">\n");
echo ("<frame src=\"../lib/listusers.php\" name=\"mainpart\">\n"); echo ("<frame src=\"../lib/listusers.php\" name=\"mainpart\">\n");
echo ("<noframes>\n"); echo ("<noframes>\n");

View File

@ -1,4 +1,4 @@
<?php <?php
/* /*
$Id$ $Id$
@ -36,6 +36,7 @@ $Id$
<td width="100"><p align="right"><a href="./logout.php" target="_top"><? echo _("Logout") ?></a></p><br></td> <td width="100"><p align="right"><a href="./logout.php" target="_top"><? echo _("Logout") ?></a></p><br></td>
</tr> </tr>
</table> </table>
<br>
<table border="0" align="center" width="600"> <table border="0" align="center" width="600">
<tr> <tr>
<td width="200"><p align="center"><a href="../lib/listusers.php" target="mainpart"> <? echo _("Users");?> </a></p></td> <td width="200"><p align="center"><a href="../lib/listusers.php" target="mainpart"> <? echo _("Users");?> </a></p></td>