From 15cf4fa9251f01313b5eb5cf1a91ec10643d42cb Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 21 Nov 2012 13:55:34 -0500 Subject: [PATCH] Rename rcube_bc.inc to bc.php for consistency --- program/include/bc.php | 2 +- program/include/iniset.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/program/include/rcube_bc.inc b/program/include/bc.php similarity index 98% rename from program/include/rcube_bc.inc rename to program/include/bc.php index 80ca7b9..8a3d4f9 100644 --- a/program/include/rcube_bc.inc +++ b/program/include/bc.php @@ -2,7 +2,7 @@ /* +-----------------------------------------------------------------------+ - | program/include/main.inc | + | program/include/bc.php | | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2012, The Roundcube Dev Team | diff --git a/program/include/iniset.php b/program/include/iniset.php index 587ac26..3e718c9 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -64,4 +64,4 @@ require_once INSTALL_PATH . 'program/include/rcmail.php'; // backward compatybility (to be removed) -require_once INSTALL_PATH . 'program/include/rcube_bc.inc'; +require_once INSTALL_PATH . 'program/include/bc.php'; -- Gitblit v1.9.1