remove old readme
[atutor.git] / docs / mods / _standard / forums / view_item.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2010                                              */
6 /* Inclusive Design Institute                                           */
7 /* http://atutor.ca                                                     */
8 /* This program is free software. You can redistribute it and/or        */
9 /* modify it under the terms of the GNU General Public License          */
10 /* as published by the Free Software Foundation.                        */
11 /************************************************************************/
12 // $Id$
13
14         define('AT_INCLUDE_PATH', '../../../include/');
15         require(AT_INCLUDE_PATH.'vitals.inc.php');
16
17         $url = urldecode($_GET['url']);
18
19         @readfile($_GET['url']);
20
21 ?>