From ba6f21caeb405c7e8512a09941fefbc97286e45f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 21 Nov 2012 13:52:03 -0500 Subject: [PATCH] Framework files moved to lib/Roundcube --- program/lib/Roundcube/bootstrap.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/program/include/bootstrap.php b/program/lib/Roundcube/bootstrap.php similarity index 98% rename from program/include/bootstrap.php rename to program/lib/Roundcube/bootstrap.php index 9541f7e..bc0456c 100644 --- a/program/include/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -447,13 +447,15 @@ '/Net_(.+)/', '/Auth_(.+)/', '/^html_.+/', + '/^rcube(.*)/', '/^utf8$/', ), array( 'Mail/\\1', 'Net/\\1', 'Auth/\\1', - 'html', + 'Roundcube/html', + 'Roundcube/rcube\\1', 'utf8.class', ), $classname -- Gitblit v1.9.1