Thread
:
unlink from apache2.inc.php
View Single Post
#
4
7th January 2013, 17:58
tom123
Member
Join Date: Feb 2012
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
I don't think that your code works:
Code:
function unlink(
$file
) { if(file_exists(
$filename
)) { return unlink(
$filename
); } }
tom123
View Public Profile
Send a private message to tom123
Find all posts by tom123