refactoring, added uri class.
This commit is contained in:
@@ -79,7 +79,7 @@ class File {
|
||||
*/
|
||||
public function delete($path)
|
||||
{
|
||||
@unlink($path);
|
||||
if ($this->exists($path)) @unlink($path);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user