class/curl-comm.test.php 1 location
|
@@ 13-17 (lines=5) @@
|
10 |
|
// Usage example |
11 |
|
|
12 |
|
// Include |
13 |
|
if (0 <= version_compare(phpversion(), '5.3.0')) { |
14 |
|
require_once(__DIR__ . '/curl-comm.php'); |
15 |
|
} else { |
16 |
|
require_once(dirname(__FILE__) . '/curl-comm.php'); |
17 |
|
} |
18 |
|
|
19 |
|
|
20 |
|
// Config |
class/sync-db-curl.test.php 1 location
|
@@ 13-17 (lines=5) @@
|
10 |
|
// Usage example |
11 |
|
|
12 |
|
// Include |
13 |
|
if (0 <= version_compare(phpversion(), '5.3.0')) { |
14 |
|
require_once(__DIR__ . '/sync-db-curl.php'); |
15 |
|
} else { |
16 |
|
require_once(dirname(__FILE__) . '/sync-db-curl.php'); |
17 |
|
} |
18 |
|
|
19 |
|
|
20 |
|
// Global/default config |