mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
remove debugPrint
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13184 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2ac48d1a3b
commit
e0879ea45c
1 changed files with 0 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ class UploadFileFilter
|
||||||
if (FALSE !== $has_php_tag && FALSE !== strpos($content, $v))
|
if (FALSE !== $has_php_tag && FALSE !== strpos($content, $v))
|
||||||
{
|
{
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
debugPrint('unvalid file');
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -31,7 +30,6 @@ class UploadFileFilter
|
||||||
|
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
|
|
||||||
debugPrint('valid file');
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue