aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-24 21:32:08 -0700
committerfriendica <info@friendica.com>2013-07-24 21:32:08 -0700
commit98d3d06352f1a2f0d1220bb6f1b4a031c4c885d1 (patch)
tree36fe1d175a217a79ddd0d48609b8918708463472 /boot.php
parentc975e51e8a7fd0870a394371c3463fe8665056d2 (diff)
downloadvolse-hubzilla-98d3d06352f1a2f0d1220bb6f1b4a031c4c885d1.tar.gz
volse-hubzilla-98d3d06352f1a2f0d1220bb6f1b4a031c4c885d1.tar.bz2
volse-hubzilla-98d3d06352f1a2f0d1220bb6f1b4a031c4c885d1.zip
gprobe requires hex argument
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index e6de1b5cb..c901d4d90 100755
--- a/boot.php
+++ b/boot.php
@@ -2157,7 +2157,7 @@ function get_my_address() {
function zid_init(&$a) {
$tmp_str = get_my_address();
if(validate_email($tmp_str)) {
- proc_run('php','include/gprobe.php',$tmp_str);
+ proc_run('php','include/gprobe.php',bin2hex($tmp_str));
$arr = array('zid' => $tmp_str, 'url' => $a->cmd);
call_hooks('zid_init',$arr);
if((! local_user()) && (! remote_user())) {