From e106be25e5fb33195e72ee4df31b07fb2bd17643 Mon Sep 17 00:00:00 2001 From: ozhozh Date: Wed, 29 Aug 2012 14:57:35 +0000 Subject: [PATCH] Removed closing PHP tag on include files git-svn-id: http://yourls.googlecode.com/svn/trunk@753 12232710-3e20-11de-b438-597f59cd7555 --- includes/auth.php | 2 +- includes/class-mysql.php | 1 - includes/functions-install.php | 1 - includes/functions-xml.php | 2 -- includes/version.php | 1 - user/plugins/hyphens-in-urls/plugin.php | 1 - 6 files changed, 1 insertion(+), 7 deletions(-) diff --git a/includes/auth.php b/includes/auth.php index 74efda2..cfb8383 100644 --- a/includes/auth.php +++ b/includes/auth.php @@ -25,4 +25,4 @@ die(); } -yourls_do_action( 'auth_successful' ); \ No newline at end of file +yourls_do_action( 'auth_successful' ); diff --git a/includes/class-mysql.php b/includes/class-mysql.php index 1d81042..f656b84 100644 --- a/includes/class-mysql.php +++ b/includes/class-mysql.php @@ -404,4 +404,3 @@ function mysql_version() { return mysql_get_server_info( $this->dbh ) ; } } -?> \ No newline at end of file diff --git a/includes/functions-install.php b/includes/functions-install.php index a453170..a0ed843 100644 --- a/includes/functions-install.php +++ b/includes/functions-install.php @@ -196,4 +196,3 @@ function yourls_create_sql_tables() { return array( 'success' => $success_msg, 'error' => $error_msg ); } -?> diff --git a/includes/functions-xml.php b/includes/functions-xml.php index 7217ee0..a353c13 100644 --- a/includes/functions-xml.php +++ b/includes/functions-xml.php @@ -79,5 +79,3 @@ function endElement($parser, $name) }//End of the class - -?> \ No newline at end of file diff --git a/includes/version.php b/includes/version.php index a40d78c..f361d21 100644 --- a/includes/version.php +++ b/includes/version.php @@ -2,4 +2,3 @@ // Bump this when updating the zip package define( 'YOURLS_VERSION', '1.5.1-gamma' ); define( 'YOURLS_DB_VERSION', '482' ); -?> \ No newline at end of file diff --git a/user/plugins/hyphens-in-urls/plugin.php b/user/plugins/hyphens-in-urls/plugin.php index 4d9b7a8..aa89117 100644 --- a/user/plugins/hyphens-in-urls/plugin.php +++ b/user/plugins/hyphens-in-urls/plugin.php @@ -17,4 +17,3 @@ function ozh_hyphen_in_charset( $in ) { } -?> \ No newline at end of file -- 2.45.0