|
From: Benjamin C. <bc...@us...> - 2001-11-13 03:53:07
|
Update of /cvsroot/phpbt/phpbt/admin
In directory usw-pr-cvs1:/tmp/cvs-serv22704/admin
Modified Files:
configure.php os.php project.php resolution.php severity.php
status.php user.php
Log Message:
Internalizing PHPlib stuff, and moving to PHP native sessions
Index: configure.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/configure.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.php 2001/10/13 23:15:52 1.1
+++ configure.php 2001/11/13 03:53:04 1.2
@@ -95,8 +95,6 @@
$t->pparse('main',array('content','wrap','main'));
-page_close();
-
?>
Index: os.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/os.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- os.php 2001/10/30 05:19:54 1.15
+++ os.php 2001/11/13 03:53:04 1.16
@@ -127,6 +127,4 @@
$t->pparse('main',array('content','wrap','main'));
-page_close();
-
?>
Index: project.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/project.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- project.php 2001/10/30 05:19:54 1.24
+++ project.php 2001/11/13 03:53:04 1.25
@@ -333,6 +333,4 @@
$t->pparse('main',array('content','wrap','main'));
-page_close();
-
?>
Index: resolution.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/resolution.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- resolution.php 2001/10/30 05:19:54 1.16
+++ resolution.php 2001/11/13 03:53:04 1.17
@@ -134,6 +134,4 @@
$t->pparse('main',array('content','wrap','main'));
-page_close();
-
?>
Index: severity.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/severity.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- severity.php 2001/10/30 05:19:54 1.12
+++ severity.php 2001/11/13 03:53:04 1.13
@@ -141,6 +141,4 @@
$t->pparse('main',array('content','wrap','main'));
-page_close();
-
?>
Index: status.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/status.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- status.php 2001/10/30 05:19:54 1.16
+++ status.php 2001/11/13 03:53:04 1.17
@@ -134,6 +134,4 @@
$t->pparse('main',array('content','wrap','main'));
-page_close();
-
?>
Index: user.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/user.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- user.php 2001/10/31 02:30:42 1.31
+++ user.php 2001/11/13 03:53:04 1.32
@@ -233,6 +233,4 @@
$t->pparse('main',array('content', 'wrap', 'main'));
-page_close();
-
?>
|