JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix require_once paths
[wfpl.git] / string_array.php
index d11376f..2e4a8e3 100644 (file)
@@ -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);