Hi,
The development team invites you to upgrade to the latest version. As always, comments, patches and bug reports are welcome.
Notes are available at http://phpmyadmin.sourceforge.net
Marc, for the dev. team.
clean garbage file.
diff -r phpMyAdmin-2.2.3/sql.php phpMyAdmin/sql.php 241a242,244
if (file_exists ($textfile)) { unlink ($textfile); }
Marc Delisle wrote:
The development team invites you to upgrade to the latest version. As always, comments, patches and bug reports are welcome.
Hi,
do you really see files in the upload dir? According to php doc:
"The file will be deleted from the temporary directory at the end of the request if it has not been moved away or renamed. "
Marc
luc a écrit :
clean garbage file.
diff -r phpMyAdmin-2.2.3/sql.php phpMyAdmin/sql.php 241a242,244
if (file_exists ($textfile)) { unlink ($textfile); }