From a35e757b5e86afc2939826995e13118f6cb6ba3e Mon Sep 17 00:00:00 2001 From: PheRum Date: Tue, 12 May 2015 19:16:15 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/TorrentPier/{sessions.php => Sessions.php} | 0 library/TorrentPier/{template.php => Template.php} | 2 +- library/TorrentPier/Upload.php | 4 ---- 3 files changed, 1 insertion(+), 5 deletions(-) rename library/TorrentPier/{sessions.php => Sessions.php} (100%) rename library/TorrentPier/{template.php => Template.php} (99%) 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 @@