Skip to content

Commit

Permalink
Remove obsolete ajax/upload.php and obsolete ajax routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed Dec 17, 2015
1 parent 9c7bbf3 commit 9feacc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 260 deletions.
248 changes: 0 additions & 248 deletions apps/files/ajax/upload.php

This file was deleted.

12 changes: 0 additions & 12 deletions apps/files/appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,12 @@

/** @var $this \OC\Route\Router */

$this->create('files_ajax_delete', 'ajax/delete.php')
->actionInclude('files/ajax/delete.php');
$this->create('files_ajax_download', 'ajax/download.php')
->actionInclude('files/ajax/download.php');
$this->create('files_ajax_getstoragestats', 'ajax/getstoragestats.php')
->actionInclude('files/ajax/getstoragestats.php');
$this->create('files_ajax_list', 'ajax/list.php')
->actionInclude('files/ajax/list.php');
$this->create('files_ajax_move', 'ajax/move.php')
->actionInclude('files/ajax/move.php');
$this->create('files_ajax_newfile', 'ajax/newfile.php')
->actionInclude('files/ajax/newfile.php');
$this->create('files_ajax_newfolder', 'ajax/newfolder.php')
->actionInclude('files/ajax/newfolder.php');
$this->create('files_ajax_rename', 'ajax/rename.php')
->actionInclude('files/ajax/rename.php');
$this->create('files_ajax_upload', 'ajax/upload.php')
->actionInclude('files/ajax/upload.php');

$this->create('download', 'download{file}')
->requirements(array('file' => '.*'))
Expand Down

0 comments on commit 9feacc4

Please sign in to comment.