X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=fdb.php;h=c36c7126d99b98767868b16aca0beb297af15fb5;hp=d008cec64f268564b0ec2b3cc6b3656e53ed4e11;hb=e057305351d93155bf9f0d2c664b6eb859d83bf4;hpb=8e61d658c67b8782612820211862ee0df243891d diff --git a/fdb.php b/fdb.php index d008cec..c36c712 100644 --- a/fdb.php +++ b/fdb.php @@ -29,8 +29,8 @@ # fdb_set_dir() passing the path to that directory. -require_once(__DIR__ . '/file.php'); -require_once(__DIR__ . '/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) {