diff options
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/help_text.php b/help_text.php index fe7ad7aca1..f5a87feda0 100644 --- a/help_text.php +++ b/help_text.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees; define('WT_SCRIPT_NAME', 'help_text.php'); require './includes/session.php'; |
