Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-28 14:39:28 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-28 14:39:28 +0400
commit9128900c56d7caab577eb33ed07bb9e681632c48 (patch)
tree0927a696e5c5f3b03281f4bf0df88db5c6eed252 /apps/files_external/3rdparty/irodsphp/prods/src/packet/RP_authResponseInp.class.php
parent727e3e2359602be975b4a6168a8f8d99ce838e3d (diff)
drop files_irods from apps_external
Diffstat (limited to 'apps/files_external/3rdparty/irodsphp/prods/src/packet/RP_authResponseInp.class.php')
-rw-r--r--apps/files_external/3rdparty/irodsphp/prods/src/packet/RP_authResponseInp.class.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/files_external/3rdparty/irodsphp/prods/src/packet/RP_authResponseInp.class.php b/apps/files_external/3rdparty/irodsphp/prods/src/packet/RP_authResponseInp.class.php
deleted file mode 100644
index 3f9cbc618f7..00000000000
--- a/apps/files_external/3rdparty/irodsphp/prods/src/packet/RP_authResponseInp.class.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-require_once(dirname(__FILE__) . "/../autoload.inc.php");
-class RP_authResponseInp extends RODSPacket
-{
- public function __construct($response = "", $username = "")
- {
- $packlets = array("response" => $response, "username" => $username);
- parent::__construct("authResponseInp_PI", $packlets);
- }
-
-}