forked from atutor/ATutor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacl.php
More file actions
17 lines (15 loc) · 736 Bytes
/
acl.php
File metadata and controls
17 lines (15 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/****************************************************************/
/* ATutor */
/****************************************************************/
/* Copyright (c) 2002-2010 */
/* Inclusive Design Institute */
/* http://atutor.ca */
/* */
/* This program is free software. You can redistribute it and/or*/
/* modify it under the terms of the GNU General Public License */
/* as published by the Free Software Foundation. */
/****************************************************************/
// $Id: login.php 6575 2006-08-22 18:12:30Z joel $
require('bounce.php');
?>