Skip to content

Commit 8c9c29d

Browse files
author
Oliver Wycisk
committed
Updated README
1 parent 6b3796e commit 8c9c29d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ The last parameter a of the construct is a value of the following constants:
127127
I recommend to use the SLL method. For this you need a https connection to your Server!
128128

129129
If you don't have the possibility to use SSL use crypt. You need to provide the API Key from the Backend.
130+
Furthermore you need to change one file serverside cause phpipam uses `mcrypt` but this method is deprecated. I am using `openssl`.
131+
132+
[index.php](https://github.com/colq2/phpipam/blob/master/api/index.php)
133+
134+
It is on my repo but i will stay in contact with the developer of phpipam so that we can find together a solution for that.
130135

131136
`$client = new PhpIPAMClient('www.example.com/phpipam', 'myApp','' , '', 'your app key, Connection::SECURITY_METHOD_CRYPT)`
132137

0 commit comments

Comments
 (0)