Rename rcube_bc.inc to bc.php for consistency

pull/46/merge
Aleksander Machniak 12 years ago
parent ba6f21caeb
commit 15cf4fa925

@ -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 |

@ -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';

Loading…
Cancel
Save