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