removed mods directory from the ATutor codebase
[atutor.git] / mods / patcher / patch_create.php
diff --git a/mods/patcher/patch_create.php b/mods/patcher/patch_create.php
deleted file mode 100644 (file)
index f67500d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php\r
-/************************************************************************/\r
-/* ATutor                                                                                                                              */\r
-/************************************************************************/\r
-/* Copyright (c) 2002-2008 by Greg Gay, Joel Kronenberg & Heidi Hazelton*/\r
-/* Adaptive Technology Resource Centre / University of Toronto                 */\r
-/* http://atutor.ca                                                                                                            */\r
-/*                                                                                                                                             */\r
-/* This program is free software. You can redistribute it and/or               */\r
-/* modify it under the terms of the GNU General Public License                 */\r
-/* as published by the Free Software Foundation.                                               */\r
-/************************************************************************/\r
-// $Id: index_admin.php 7208 2008-03-13 16:07:24Z cindy $\r
-\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-admin_authenticate(AT_ADMIN_PRIV_PATCHER);\r
-\r
-// URL called by form action\r
-$url = dirname($_SERVER['PHP_SELF']) . "/patch_creator.php";\r
-\r
-require ('patch_edit_interface.tmpl.php');\r
-?>\r