From d2bfaa29a0a3d98a67b68ec79b6657dffa14d863 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Mon, 28 Apr 2014 10:17:26 +0200 Subject: [PATCH] Improved file ending --- php/modules/Album.php | 4 +++- php/modules/Module.php | 4 +++- php/modules/Photo.php | 2 +- php/modules/misc.php | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/php/modules/Album.php b/php/modules/Album.php index 27b828d..908aa47 100644 --- a/php/modules/Album.php +++ b/php/modules/Album.php @@ -519,4 +519,6 @@ class Album extends Module { } -} \ No newline at end of file +} + +?> \ No newline at end of file diff --git a/php/modules/Module.php b/php/modules/Module.php index 7e0e60f..60f43ed 100644 --- a/php/modules/Module.php +++ b/php/modules/Module.php @@ -32,4 +32,6 @@ class Module { } -} \ No newline at end of file +} + +?> \ No newline at end of file diff --git a/php/modules/Photo.php b/php/modules/Photo.php index 42ffc41..199af8b 100755 --- a/php/modules/Photo.php +++ b/php/modules/Photo.php @@ -745,4 +745,4 @@ class Photo extends Module { } -?> +?> \ No newline at end of file diff --git a/php/modules/misc.php b/php/modules/misc.php index 7fa3b08..6827c88 100755 --- a/php/modules/misc.php +++ b/php/modules/misc.php @@ -108,4 +108,4 @@ function get_hashed_password($password) { } -?> +?> \ No newline at end of file