From 15cf4fa9251f01313b5eb5cf1a91ec10643d42cb Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 21 Nov 2012 19:55:34 +0100 Subject: [PATCH] Rename rcube_bc.inc to bc.php for consistency --- program/include/{rcube_bc.inc => bc.php} | 2 +- program/include/iniset.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename program/include/{rcube_bc.inc => bc.php} (99%) diff --git a/program/include/rcube_bc.inc b/program/include/bc.php similarity index 99% rename from program/include/rcube_bc.inc rename to program/include/bc.php index 80ca7b907..8a3d4f918 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 587ac26a9..3e718c9bf 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -64,4 +64,4 @@ require_once 'Roundcube/bootstrap.php'; 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';