X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=fdb.php;h=3716ea6c74099297a771ca6b3e36a056fde94bad;hp=c36c7126d99b98767868b16aca0beb297af15fb5;hb=fe9a487e1b5ed0700481aee4609055dc6c47505d;hpb=23dfbcc20fc6d20fb5be211e5af50cdcb8565c8e diff --git a/fdb.php b/fdb.php index c36c712..3716ea6 100644 --- a/fdb.php +++ b/fdb.php @@ -39,7 +39,7 @@ function fdb_set_dir($dir) { function fdb_get_dir() { if(!isset($GLOBALS['fdb_dir'])) { - die('you must call fdb_set_dir() before calling other functions in code/wfpl/fdb.php'); + die('you must call fdb_set_dir() before calling other functions in wfpl/fdb.php'); } return $GLOBALS['fdb_dir']; }