X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=fdb.php;h=c36c7126d99b98767868b16aca0beb297af15fb5;hb=d674720715c4dd8f210d9064db032f1c862dd3fa;hp=d008cec64f268564b0ec2b3cc6b3656e53ed4e11;hpb=571c58fff7b139f590b5c4862761092bc1045436;p=wfpl.git 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) {