std::string Config::IniName(const Hdf& config) { return "hhvm" + normalize(config.getFullPath()); }
std::string Config::IniName(const Hdf& config) { return Config::IniName(config.getFullPath()); }