diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-21 19:55:34 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-21 19:55:34 +0100 |
commit | 15cf4fa9251f01313b5eb5cf1a91ec10643d42cb (patch) | |
tree | 8d7de15d76d797dfd5ebb4775cba4d405ed5617b | |
parent | ba6f21caeb405c7e8512a09941fefbc97286e45f (diff) |
Rename rcube_bc.inc to bc.php for consistency
-rw-r--r-- | program/include/bc.php (renamed from program/include/rcube_bc.inc) | 2 | ||||
-rw-r--r-- | 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 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'; |