refactoring, added uri class.

This commit is contained in:
Taylor Otwell
2011-09-20 21:28:19 -05:00
parent 1463617f13
commit 47db2ff19b
16 changed files with 548 additions and 285 deletions

View File

@@ -79,7 +79,7 @@ class File {
*/
public function delete($path)
{
@unlink($path);
if ($this->exists($path)) @unlink($path);
}
/**