]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/System.php
Merge pull request #8222 from annando/ap-gnusocial
[friendica.git] / src / Core / System.php
index 4da4f8b86e9885fa36cc3de6f47ce7615bbaae9d..b0cfe28bee0cdf5b8746e4f5d369280925dc00a2 100644 (file)
@@ -11,17 +11,18 @@ use Friendica\Util\XML;
 /**
  * @file include/Core/System.php
  *
- * @brief Contains the class with system relevant stuff
+ * Contains the class with system relevant stuff
  */
 
 
 /**
- * @brief System methods
+ * System methods
  */
 class System
 {
        /**
-        * @brief Returns a string with a callstack. Can be used for logging.
+        * Returns a string with a callstack. Can be used for logging.
+        *
         * @param integer $depth optional, default 4
         * @return string
         */
@@ -93,7 +94,7 @@ class System
        }
 
        /**
-        * @brief Send HTTP status header and exit.
+        * Send HTTP status header and exit.
         *
         * @param integer $val     HTTP status result value
         * @param string  $message Error message. Optional.
@@ -117,7 +118,7 @@ class System
        }
 
        /**
-        * @brief Encodes content to json.
+        * Encodes content to json.
         *
         * This function encodes an array to json format
         * and adds an application/json HTTP header to the output.
@@ -227,7 +228,7 @@ class System
        }
 
        /**
-        * @brief Returns the system user that is executing the script
+        * Returns the system user that is executing the script
         *
         * This mostly returns something like "www-data".
         *
@@ -244,7 +245,7 @@ class System
        }
 
        /**
-        * @brief Checks if a given directory is usable for the system
+        * Checks if a given directory is usable for the system
         *
         * @param      $directory
         * @param bool $check_writable
@@ -283,7 +284,6 @@ class System
 
        /// @todo Move the following functions from boot.php
        /*
-       function killme()
        function local_user()
        function public_contact()
        function remote_user()