diff --git a/library/TorrentPier/sessions.php b/library/TorrentPier/Sessions.php similarity index 100% rename from library/TorrentPier/sessions.php rename to library/TorrentPier/Sessions.php diff --git a/library/TorrentPier/template.php b/library/TorrentPier/Template.php similarity index 99% rename from library/TorrentPier/template.php rename to library/TorrentPier/Template.php index fd6f0acc6..4bf76c649 100644 --- a/library/TorrentPier/template.php +++ b/library/TorrentPier/Template.php @@ -940,7 +940,7 @@ class Template * Compiles the given string of code, and returns the result in a string. * If "do_not_echo" is true, the returned code will not be directly executable, * but can be used as part of a variable assignment for use in assign_code_from_handle(). - * This function isn't used and kept only for compatibility with original template.php + * This function isn't used and kept only for compatibility with original Template.php */ function compile($code, $do_not_echo = false, $retvar = '') { diff --git a/library/TorrentPier/Upload.php b/library/TorrentPier/Upload.php index f73928ce8..4eceb6612 100644 --- a/library/TorrentPier/Upload.php +++ b/library/TorrentPier/Upload.php @@ -1,9 +1,5 @@