Detected 1 occurrence(s) of ‘(api|private)[-_]key[ "']*=[ ="']*\w+’: .fetch_row()) { if (config.set(row[0].s(), row[1].s())) std::cerr << "unknown config name: " << row[0].s() << std::endl; } config.load(m_conf_file); if (config.m_torrent_pass_private_key.empty()) { config.m_torrent_pass_private_key = generate_random_string(27); Csql_query(m_database, "insert into @config (name, value) values ('torrent_pass_private_key', ?)")(config.m_torrent_pass_private_key).execute(); } m_config = config; m_database.set_name("completed", m_config.m_column_files_completed) Source: http://pastebin.com/raw.php?i=5UsJZw88
↧