mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
convert over to server-side crypto
This commit is contained in:
parent
ae99c5ea6f
commit
348d9a838f
6 changed files with 4 additions and 6 deletions
|
@ -23,7 +23,7 @@ var ERR = require("async-stacktrace");
|
|||
var fs = require("fs");
|
||||
var api = require("../db/API");
|
||||
var padManager = require("../db/PadManager");
|
||||
var randomString = require('ep_etherpad-lite/static/js/pad_utils').randomString;
|
||||
var randomString = require("../utils/randomstring");
|
||||
|
||||
//ensure we have an apikey
|
||||
var apikey = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue