Changeset 2556076
- Timestamp:
- 06/29/2021 09:17:30 PM (5 years ago)
- File:
-
- 1 edited
-
link-to-bible/trunk/ltb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
link-to-bible/trunk/ltb.php
r2556073 r2556076 466 466 $error = curl_error ( $ch ); 467 467 curl_close ( $ch ); 468 if ((!$errno) && (in_array($http_code, [200, 201, 202 , 204]))) {468 if ((!$errno) && (in_array($http_code, [200, 201, 202]))) { 469 469 return $result; 470 470 }
Note: See TracChangeset
for help on using the changeset viewer.