diff options
author | alecpl <alec@alec.pl> | 2012-04-16 11:02:21 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-16 11:02:21 +0000 |
commit | 1aceb9cec82639250a603aa0806f0399f7bae68d (patch) | |
tree | 1fbeab49d53b6dccbc4230d73155e83e5547b264 /installer/index.php | |
parent | 4372e9278011452ec8723fa4434e1d3ade726213 (diff) |
- Framework refactoring (I hope it's the last one):
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils
renamed main.inc into rcube_bc.inc
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/index.php b/installer/index.php index 842b90054..0ae74a6d7 100644 --- a/installer/index.php +++ b/installer/index.php @@ -55,7 +55,7 @@ set_include_path($include_path); require_once 'utils.php'; require_once 'rcube_shared.inc'; // deprecated aliases (to be removed) -require_once 'main.inc'; +require_once 'rcube_bc.inc'; session_start(); |