mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Remove Includes
Removed references to include/config.php and include/probe.php and deleted the respective files.
This commit is contained in:
parent
cd1724eb9e
commit
8522c47353
19 changed files with 0 additions and 200 deletions
|
@ -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']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue