From a2cec8899ad191b47d116f4ea124be6bd5b05472 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 19 May 2016 22:26:37 -0700 Subject: daemon conversion continued... --- include/identity.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/identity.php') diff --git a/include/identity.php b/include/identity.php index 807f850db..206dad084 100644 --- a/include/identity.php +++ b/include/identity.php @@ -436,7 +436,7 @@ function create_identity($arr) { call_hooks('create_identity', $newuid); - proc_run('php','include/directory.php', $ret['channel']['channel_id']); + Zotlabs\Daemon\Master::Summon(array('Directory', $ret['channel']['channel_id'])); } $ret['success'] = true; @@ -1439,7 +1439,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',bin2hex($tmp_str)); + Zotlabs\Daemon\Master::Summon(array('Gprobe',bin2hex($tmp_str))); $arr = array('zid' => $tmp_str, 'url' => App::$cmd); call_hooks('zid_init',$arr); if(! local_channel()) { -- cgit v1.2.3