We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94f077 commit b174ad6Copy full SHA for b174ad6
mod/README.md
@@ -0,0 +1,7 @@
1
+
2
+This folder is used to checkout Tsugi tools from other repositories like:
3
4
+https://github.com/tsugitools
5
6
+https://github.com/tsugicontrib/
7
mod/config.php
@@ -0,0 +1,6 @@
+<?php
+// Make this require relative to the parent of the current folder
+// http://stackoverflow.com/questions/24753758
+require_once dirname(__DIR__)."/tsugi/config.php";
mod/index.php
@@ -0,0 +1,5 @@
+require_once "config.php";
+header("Location: ".$CFG->wwwroot."/store");
0 commit comments