aboutsummaryrefslogtreecommitdiffstats
path: root/community/homer-api/php7.patch
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2017-09-19 11:14:36 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2017-09-19 11:14:36 +0300
commitc5090b0c13f6d6f1fe2a52185100dbc7c9c549b6 (patch)
tree3cab0aafc4f0b55692ef4f01eed64c69124a3d84 /community/homer-api/php7.patch
parent18fe037b8374692940023e8d494909188f658434 (diff)
downloadaports-c5090b0c13f6d6f1fe2a52185100dbc7c9c549b6.tar.bz2
aports-c5090b0c13f6d6f1fe2a52185100dbc7c9c549b6.tar.xz
main/homer-api: moved from community
Diffstat (limited to 'community/homer-api/php7.patch')
-rw-r--r--community/homer-api/php7.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/homer-api/php7.patch b/community/homer-api/php7.patch
deleted file mode 100644
index df159b0ba4..0000000000
--- a/community/homer-api/php7.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- homer-api-5.0.6/api/Authentication/LDAP.php
-+++ homer-api-5.0.6.php7/api/Authentication/LDAP.php
-@@ -118,7 +118,7 @@
-
-
- // Assigne Admin Privs, should be read from the LDAP Directory in the future
-- $ADMIN_USER = split(",", LDAP_ADMIN_USER);
-+ $ADMIN_USER = explode(",", LDAP_ADMIN_USER);
- foreach($ADMIN_USER as &$value) {
-
- if ($value == $param['username']) {