]> git.mxchange.org Git - friendica.git/blobdiff - mod/poke.php
Merge pull request #3518 from AndyHee/3.5.2rc
[friendica.git] / mod / poke.php
index 5161129b31c38f2c9dec070cd98f4b290a75e2fa..83f3bf1c735894fcfd37b058f45975387ad55e09 100644 (file)
@@ -1,7 +1,6 @@
-<?php /** @file */
+<?php
 
 /**
- *
  * Poke, prod, finger, or otherwise do unspeakable things to somebody - who must be a connection in your address book
  * This function can be invoked with the required arguments (verb and cid and private and possibly parent) silently via ajax or
  * other web request. You must be logged in and connected to a profile.
  *
  * private creates a private conversation with the recipient. Otherwise your profile's default post privacy is used.
  *
+ * @file mod/poke.php
  */
 
+use Friendica\App;
+
 require_once('include/security.php');
 require_once('include/bbcode.php');
 require_once('include/items.php');
 
-
 function poke_init(App $a) {
 
        if (! local_user()) {