diff --git a/.cache/.gitkeep b/.cache/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/lib/tftp.php b/lib/tftp.php index 9fa0621..88459c1 100644 --- a/lib/tftp.php +++ b/lib/tftp.php @@ -1,4 +1,6 @@ _debug = $debug; $this->max_put_size = 60000000; - $this->_resolver = new Resolver($config); + $this->_resolver = new Resolve\Resolver($config); $this->_settings_path = $this->_config['main']['base_path'] . DIRECTORY_SEPARATOR . $this->_config['subdirs']['settings']['path'] . DIRECTORY_SEPARATOR; }