aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/constants.php4
-rw-r--r--phpBB/includes/functions_post.php4
-rw-r--r--phpBB/includes/functions_validate.php2
-rw-r--r--phpBB/includes/smtp.php18
-rw-r--r--phpBB/includes/template.php4
5 files changed, 16 insertions, 16 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 4e4e40f719..2034edc91e 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -1,6 +1,6 @@
<?php
/***************************************************************************
- * includes.php
+ * constants.php
* -------------------
* begin : Saturday', Feb 13', 2001
* copyright : ('C) 2001 The phpBB Group
@@ -178,4 +178,4 @@ define('VOTE_DESC_TABLE', $table_prefix.'vote_desc');
define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results');
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
-?> \ No newline at end of file
+?>
diff --git a/phpBB/includes/functions_post.php b/phpBB/includes/functions_post.php
index ce1049ac13..03daee23fe 100644
--- a/phpBB/includes/functions_post.php
+++ b/phpBB/includes/functions_post.php
@@ -1,6 +1,6 @@
<?php
/***************************************************************************
- * post.php
+ * functions_post.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
@@ -839,4 +839,4 @@ function generate_smilies($mode, $page_id)
}
}
-?> \ No newline at end of file
+?>
diff --git a/phpBB/includes/functions_validate.php b/phpBB/includes/functions_validate.php
index c9c9724368..4d61a44458 100644
--- a/phpBB/includes/functions_validate.php
+++ b/phpBB/includes/functions_validate.php
@@ -1,6 +1,6 @@
<?php
/***************************************************************************
- * user_selects.php
+ * functions_validate.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
diff --git a/phpBB/includes/smtp.php b/phpBB/includes/smtp.php
index 1539855c77..de8c76f375 100644
--- a/phpBB/includes/smtp.php
+++ b/phpBB/includes/smtp.php
@@ -1,13 +1,13 @@
<?php
/***************************************************************************
- smtp.php
- -------------------
- begin : Wed May 09 2001
- copyright : (C) 2001 The phpBB Group
- email : support@phpbb.com
-
- $Id$
-
+ * smtp.php
+ * -------------------
+ * begin : Wed May 09 2001
+ * copyright : (C) 2001 The phpBB Group
+ * email : support@phpbb.com
+ *
+ * $Id$
+ *
***************************************************************************/
/***************************************************************************
@@ -228,4 +228,4 @@ function smtpmail($mail_to, $subject, $message, $headers = "")
return TRUE;
}
-?> \ No newline at end of file
+?>
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php
index 3a15710a2c..d27a3e4259 100644
--- a/phpBB/includes/template.php
+++ b/phpBB/includes/template.php
@@ -1,6 +1,6 @@
<?php
/***************************************************************************
- * template.inc
+ * template.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
@@ -475,4 +475,4 @@ class Template {
}
-?> \ No newline at end of file
+?>