the register globals check was deleting $base_uri from the global scope.
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 5 Apr 2006 18:49:44 +0000 (18:49 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 5 Apr 2006 18:49:44 +0000 (18:49 +0000)
commit6a2a6e446a39418d90aa31b7e1b951888c9338c8
treeba37e9dabbfd428369355cb77f4c0ce2f4515994
parentb04a1db63173bbd402680f6a1513aed015f920a7
the register globals check was deleting $base_uri from the global scope.
Reordening init.php solved this.

In the future we probably should use the constand SM_BASE_URI which doesn't
suffer from weird global behaviour

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11024 7612ce4b-ef26-0410-bec9-ea0150e637f0
include/init.php