Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ncphp
/
mcClasses
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 12a31286
authored
Apr 27, 2014
by
sn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mcFiles
1 parent
4cd8cbba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
file/class_mcFile.inc.php
file/class_mcFile.inc.php
View file @
12a3128
...
@@ -68,6 +68,7 @@ class mcFile {
...
@@ -68,6 +68,7 @@ class mcFile {
}
}
public
static
function
deleteFile
(
$param_filename
)
{
public
static
function
deleteFile
(
$param_filename
)
{
D
::
ulli
(
"mcFile::deleteFile(
$param_filename
)"
);
return
unlink
(
$param_filename
);
return
unlink
(
$param_filename
);
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment