]> git.mjollnir.org Git - moodle.git/commitdiff
Just ptecting the directory
authormoodler <moodler>
Wed, 27 Feb 2008 06:14:24 +0000 (06:14 +0000)
committermoodler <moodler>
Wed, 27 Feb 2008 06:14:24 +0000 (06:14 +0000)
calendar/index.php [new file with mode: 0644]

diff --git a/calendar/index.php b/calendar/index.php
new file mode 100644 (file)
index 0000000..53490cb
--- /dev/null
@@ -0,0 +1,7 @@
+<?php // %Id%
+
+    require('../config.php');
+
+    redirect($CFG->wwwroot.'/calendar/view.php');
+
+?>