Skip to content

Commit b174ad6

Browse files
committed
Put mod in...
1 parent d94f077 commit b174ad6

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

mod/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -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

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
// Make this require relative to the parent of the current folder
4+
// http://stackoverflow.com/questions/24753758
5+
6+
require_once dirname(__DIR__)."/tsugi/config.php";

mod/index.php

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
require_once "config.php";
4+
5+
header("Location: ".$CFG->wwwroot."/store");

0 commit comments

Comments
 (0)