diff options
-rw-r--r-- | application/controllers/Main.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/application/controllers/Main.php b/application/controllers/Main.php index 629678f8b..fad781934 100644 --- a/application/controllers/Main.php +++ b/application/controllers/Main.php @@ -462,13 +462,6 @@ class Main extends MY_Controller { $this->load->view('footer', $this->data); } - // Allow CLI clients to query the server for the maxium filesize so they can - // stop the upload before wasting time and bandwith - function get_max_size() - { - echo $this->config->item('upload_max_size'); - } - function thumbnail() { session_write_close(); |