[svn r12768] just add a '/' at the end of the constant PCLZIP_TEMPORARY_DIR to respect the PCLZip developer advice

skala
Julian Prud'homme 18 years ago
parent c9d4350359
commit 88578a189b
  1. 4
      main/inc/lib/pclzip/pclzip.lib.php

@ -22,7 +22,7 @@
// The use of this software is at the risk of the user.
//
// --------------------------------------------------------------------------------
// $Id: pclzip.lib.php 12767 2007-07-24 08:05:31Z elixir_julian $
// $Id: pclzip.lib.php 12768 2007-07-24 08:12:03Z elixir_julian $
// --------------------------------------------------------------------------------
// ----- Constants
@ -56,7 +56,7 @@
// Samples :
// define( 'PCLZIP_TEMPORARY_DIR', '/temp/' );
// define( 'PCLZIP_TEMPORARY_DIR', 'C:/Temp/' );
define( 'PCLZIP_TEMPORARY_DIR', $sys_course_path.$_course['path']."/temp");
define( 'PCLZIP_TEMPORARY_DIR', $sys_course_path.$_course['path']."/temp/");
// --------------------------------------------------------------------------------
// ***** UNDER THIS LINE NOTHING NEEDS TO BE MODIFIED *****

Loading…
Cancel
Save