ajout d'un installeur en ligne
[mtweb] / pathes.php
diff --git a/pathes.php b/pathes.php
new file mode 100644 (file)
index 0000000..fcc9a28
--- /dev/null
@@ -0,0 +1,33 @@
+<?php
+
+  // --------------------------------------------------------------
+  //                                                        chemins
+  //
+
+  $PATHES = array(
+
+    //
+    // dossier des contenus editables par l'application
+    // relatif au dossier qui contient le fichier d'appel
+    //
+    // PHP doit pouvoir acceder en ecriture sur ce dossier
+    // ainsi que sur toute l'arborescence a partir de ce dossier
+    //
+    "content" => "content",
+
+    //
+    // chemin HTTP du dossier "mw"
+    // relatif au dossier qui contient le fichier d'appel
+    //
+    "mw_path" => "mw",
+
+    //
+    // chemin du dossier "mw" sur le systeme d'exploitation
+    // relatif au dossier qui contient le fichier d'appel
+    // ou absolu dans le systeme de fichiers
+    //
+    "mw_dir" => "mw"
+
+  );
+
+?>
\ No newline at end of file