From 6032c11d7a88651d85154ffe835a26b3f569c893 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 20 Mar 2014 17:03:06 +0100 Subject: add docblocks to all files, classes, methods and variables --- www/text.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'www/text.php') diff --git a/www/text.php b/www/text.php index ffe530a..d2ff095 100644 --- a/www/text.php +++ b/www/text.php @@ -1,8 +1,20 @@ + * @copyright 2014 Christian Weiske + * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 + * @link http://cweiske.de/bdrem.htm + */ namespace bdrem; if (file_exists(__DIR__ . '/../src/bdrem/Autoloader.php')) { - require_once __DIR__ . '/../src/bdrem/Autoloader.php'; + include_once __DIR__ . '/../src/bdrem/Autoloader.php'; Autoloader::register(); } $web = new WebText(); -- cgit v1.2.3