X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=fdb.php;h=c36c7126d99b98767868b16aca0beb297af15fb5;hb=e057305351d93155bf9f0d2c664b6eb859d83bf4;hp=bfc54d65190ec4bea8c7663b8342fb1633a1c98c;hpb=856f805c6cbb6e712c662214f3b5821442f808a0;p=wfpl.git diff --git a/fdb.php b/fdb.php index bfc54d6..c36c712 100644 --- a/fdb.php +++ b/fdb.php @@ -29,8 +29,8 @@ # fdb_set_dir() passing the path to that directory. -require_once('code/wfpl/file.php'); -require_once('code/wfpl/binary.php'); +require_once(__DIR__.'/'.'file.php'); +require_once(__DIR__.'/'.'binary.php'); # call this to set what directory is used to store the files function fdb_set_dir($dir) {