]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/admin_functions.c
Grammar change in the license declaration.
[citadel.git] / webcit-ng / server / admin_functions.c
index 61afb48b122e06291aa8a4efe3681112d537fc18..62843f26e6933fb30aef2bc9fbcb5866e478c9f7 100644 (file)
@@ -1,9 +1,9 @@
 // Admin functions
 //
-// Copyright (c) 1996-2022 by the citadel.org team
+// Copyright (c) 1996-2023 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, or
-// disclosure are subject to the GNU General Public License v3.
+// disclosure is subject to the GNU General Public License v3.
 
 #include "webcit.h"
 
@@ -120,10 +120,6 @@ void ctdl_a(struct http_transaction *h, struct ctdlsession *c) {
                biff(h, c);
                return;
        }
-       if (!strcasecmp(h->url, "/ctdl/a/upload")) {    // upload files
-               upload_files(h, c);
-               return;
-       }
 
        do_404(h);                                      // unknown
 }