aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/common.php2
-rw-r--r--phpBB/includes/ucp/ucp_register.php2
-rw-r--r--phpBB/install/index.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 41df3049a1..2eba85383d 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -243,4 +243,4 @@ foreach ($cache->obtain_hooks() as $hook)
@include($phpbb_root_path . 'includes/hooks/' . $hook . '.' . $phpEx);
}
-?>
+?> \ No newline at end of file
diff --git a/phpBB/includes/ucp/ucp_register.php b/phpBB/includes/ucp/ucp_register.php
index ce682da56b..5fab865093 100644
--- a/phpBB/includes/ucp/ucp_register.php
+++ b/phpBB/includes/ucp/ucp_register.php
@@ -503,4 +503,4 @@ class ucp_register
}
}
-?>
+?> \ No newline at end of file
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 50f0a049f2..5894a228c7 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -818,4 +818,4 @@ class module
}
}
-?>
+?> \ No newline at end of file