예제 #1
0
(at your option) any later version.

Tabula Rasa is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Tabula Rasa.  If not, see <http://www.gnu.org/licenses/>.
*/
//Do not remove - essential to login system
include_once 'include/processes.php';
include "include/nav.php";
//Verifies user is admin and logged in.
$Admin_Process = new Admin_Process();
$Admin_Process->check_status($_SERVER['SCRIPT_NAME']);
$delete = $Admin_Process->delete_user($con, $_POST, $_POST['delete']);
// Inserts Navigation Bar
?>
<title><?php 
echo Site_Name;
?>
 | Admin | Delete User</title>
<link href="include/style.css" rel="stylesheet" type="text/css">
<body>
<div align="center">
<div style="width:200px;">
<form id="form1" name="form1" method="post" action="<?php 
echo $_SERVER['PHP_SELF'] . "?login="******">