martin c21c671d74 Security fix for:
Internet Explorer bug that allows sends cookies to different sites if
  they have the same ending.  eg moodle.com cookie is sent to smec.moodle.com!!

  Also fixes case where multiple moodle installations may be in different
  directories on the same server.  When you go from one to the other the
  first session will be destroyed now (you can't be logged in the two
  at the same time).  It's just a lot safer this way, for now.

Basically this works by storing the wwwroot variable in the session
and checking it for every page.
2002-08-28 15:07:46 +00:00
2002-08-26 20:45:01 +00:00
2002-08-28 03:45:18 +00:00
2002-08-28 13:20:20 +00:00
2002-08-28 15:07:46 +00:00
2002-08-28 15:07:46 +00:00
2002-08-28 13:20:20 +00:00
2002-08-26 10:07:32 +00:00
2002-08-18 15:24:44 +00:00
2002-08-26 20:45:01 +00:00

README     $Id$
------

Here is a basic outline of the installation process,
which normally takes me only a few minutes:

1) Move the Moodle files into your web directory. 

2) Create an empty directory somewhere to store 
   uploaded files (NOT accessible via the web).
   This directory must be writeable by the web server
   process.

3) Create a single database for Moodle to store all
   it's tables in.

4) Copy the file config-dist.php to config.php, and 
   edit it with all your own settings.

5) Visit your new home page with a web browser.  Moodle
   will lead you through the rest of the setup, 
   creating an admin account and so on.

6) Set up a cron task to call the file admin/cron.php
   every five minutes or so.

For more details, I highly recommend you read the 
full installation documentation, which is stored 
in the "doc" directory or found at http://moodle.com/doc/.

Cheers!
Martin Dougiamas
Description
No description provided
Readme 1.2 GiB
Languages
PHP 78.1%
JavaScript 14.6%
Gherkin 3.5%
CSS 1.7%
Mustache 1.6%
Other 0.4%