this might make zot-id work as originally conceived complete with reverse magic auth. If it doesn't it will probably crash and burn every site involved in horrible ways. To test or not to test.... decisions. (Maybe tomorrow.)
This commit is contained in:
@@ -15,7 +15,7 @@ function gprobe_run($argv, $argc){
|
||||
$url = hex2bin($argv[1]);
|
||||
|
||||
$r = q("select * from xchan where xchan_addr = '%s' limit 1",
|
||||
dbesc(normalise_link($url))
|
||||
dbesc($url)
|
||||
);
|
||||
|
||||
if(! $r) {
|
||||
|
||||
Reference in New Issue
Block a user