Date: 06/05/01
- Next message: max: "[phplib-dev] cvs commit"
- Previous message: max: "[phplib-dev] cvs commit"
- Next in thread: max: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: max
Date: Tue Jun 5 15:13:41 2001
Modified files:
php-lib/php/session/session4_custom.inc
Log message:
fixed the require_once()'s path
Index: php-lib/php/session/session4_custom.inc
diff -u php-lib/php/session/session4_custom.inc:1.16 php-lib/php/session/session4_custom.inc:1.17
--- php-lib/php/session/session4_custom.inc:1.16 Thu May 31 16:32:55 2001
+++ php-lib/php/session/session4_custom.inc Tue Jun 5 15:13:10 2001
@@ -1,5 +1,5 @@
<?php
-require_once("./session4.inc");
+require_once($_PHPLIB["libdir"]."session/session4.inc");
/**
* PHPLib Sessions using PHP 4 build-in sessions and PHPLib storage container
*
@@ -8,7 +8,7 @@
* 2000 Teodor Cimpoesu <teo <email protected>>
* <email protected> Maxim Derkachev <kot <email protected>>, Teodor Cimpoesu <teo <email protected>>,
* Ulf Wendel <uw <email protected>>
-* <email protected> $Id: session4_custom.inc,v 1.16 2001/05/31 14:32:55 max Exp $
+* <email protected> $Id: session4_custom.inc,v 1.17 2001/06/05 13:13:10 max Exp $
* <email protected> PHPLib
* <email protected> public
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: max: "[phplib-dev] cvs commit"
- Previous message: max: "[phplib-dev] cvs commit"
- Next in thread: max: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

