X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=string_array.php;h=2e4a8e3ecfb0cb9631acda12d7907285d46e2b5f;hb=dd36a08d3db16332fe23515644ae7aabd3242f5c;hp=d11376f2681ce2c59b46a67e52cea867cb7f4b6b;hpb=856f805c6cbb6e712c662214f3b5821442f808a0;p=wfpl.git diff --git a/string_array.php b/string_array.php index d11376f..2e4a8e3 100644 --- a/string_array.php +++ b/string_array.php @@ -18,7 +18,7 @@ # This file contains code to convert an array into a string, and back again. -require_once('code/wfpl/binary.php'); +require_once(__DIR__ . '/binary.php'); function string_to_array($data) { $header_count = pop_int($data);