Remove Includes

Removed references to include/config.php and include/probe.php and deleted the respective files.
This commit is contained in:
Adam Magness 2017-11-07 12:14:03 -05:00
parent cd1724eb9e
commit 8522c47353
19 changed files with 0 additions and 200 deletions

View file

@ -168,8 +168,6 @@ function send_wallmessage($recipient='', $body='', $subject='', $replyto=''){
$convid = 0;
$reply = false;
require_once 'include/probe.php';
$me = Probe::uri($replyto);
if (! $me['name']) {