Update of /cvsroot/easymod/easymod2/mods/easymod/em_includes
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5136/easymod/em_includes
Modified Files:
em_modio.php
Log Message:
Bug fixes.
- append_sid() used in install now
- and some others
Index: em_modio.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/em_includes/em_modio.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** em_modio.php 8 Jun 2006 04:08:07 -0000 1.8
--- em_modio.php 30 Sep 2006 17:59:09 -0000 1.9
***************
*** 542,545 ****
--- 542,546 ----
// return a success message if the copy works
+ echo $from . ' | ' . $to . '<br />';
if ( copy( $from, $to))
{
|