diff options
Diffstat (limited to 'module.php')
| -rw-r--r-- | module.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module.php b/module.php index a30f2ff141..5d68393eca 100644 --- a/module.php +++ b/module.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', 'module.php'); require './includes/session.php'; |
