Skip to content

Commit 7165e3f

Browse files
author
Denis Cornehl
committed
removed local test-path
1 parent 40e412b commit 7165e3f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

phpcclib.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
set_include_path('.:/Users/denis/pear/share/pear');
4-
53
/**
64
* require Pear::HTTP_Request2, Pear::Net_URL2 packages
75
*/
@@ -45,7 +43,7 @@ class API {
4543
* api version
4644
* @var string
4745
*/
48-
const VERSION = '0.1.3.5';
46+
const VERSION = '0.1.3.6';
4947

5048
/**
5149
* token length - to check the token

0 commit comments

Comments
 (0)