removed mods directory from the ATutor codebase
[atutor.git] / mods / job_board / employer / logout.php
diff --git a/mods/job_board/employer/logout.php b/mods/job_board/employer/logout.php
deleted file mode 100644 (file)
index 09cb594..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-/***********************************************************************/
-/* ATutor                                                                                                                         */
-/***********************************************************************/
-/* Copyright (c) 2002-2009                                                                                        */
-/* Adaptive Technology Resource Centre / 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$
-$_user_location='public';
-define(AT_INCLUDE_PATH, '../../../include/');
-include(AT_INCLUDE_PATH.'vitals.inc.php');
-
-unset($_SESSION['jb_employer_id']);
-$msg->addFeedback('LOGOUT');
-
-header('Location: ../index.php');
-exit;
-?>