Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory sc8-pr-cvs1:/tmp/cvs-serv24080/phpslash-ft/public_html
Modified Files:
db_xfer.php3.disabled
Log Message:
ensure the db_xfer script is not cached
Index: db_xfer.php3.disabled
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/db_xfer.php3.disabled,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** db_xfer.php3.disabled 11 Jan 2003 04:48:50 -0000 1.21
--- db_xfer.php3.disabled 27 Feb 2003 17:32:25 -0000 1.22
***************
*** 10,14 ****
*/
! require("config.php");
/* Array of availible functions. Please update if need be*/
--- 10,17 ----
*/
! // don't cache this page
! $cachetimeout=-1;
!
! require("config.php3");
/* Array of availible functions. Please update if need be*/
|