Go to file
Théophile Bastian 02479196c6 Handle absolute paths for images and data dirs
Bizou now handles correctly data and images directories. One can now
configure

* `MEDIA_BASE_DIR`: base directory for `images` and `data` and
* `{IMAGES,DATA}_URL`: the base url that should be used to point to a
  file in `IMAGES_DIR` (resp. `DATA_DIR`).

Assuming the web server itself can correctly serve those files at the
given URL and Bizou has the correct permissions for those locations,
Bizou should be able to work as well as using relative paths.
2017-11-28 18:59:23 +01:00
data added empty dirs as they are needed for bizou 2010-12-30 19:16:44 +01:00
images added empty dirs as they are needed for bizou 2010-12-30 19:16:44 +01:00
plugins Handle jpeg orientation in viewer 2015-04-03 19:50:52 +02:00
config.php Handle absolute paths for images and data dirs 2017-11-28 18:59:23 +01:00
functions.php Handle absolute paths for images and data dirs 2017-11-28 18:59:23 +01:00
index.php Handle absolute paths for images and data dirs 2017-11-28 18:59:23 +01:00
template.php Handle absolute paths for images and data dirs 2017-11-28 18:59:23 +01:00