Example #1
0
<?php

session_start();
include_once '../buslogic.php';
if (!isset($_SESSION["lcod"])) {
    header("location:../login.php");
}
if (isset($_REQUEST["pcod"])) {
    $obj = new clsprf();
    $obj->prfcod = $_REQUEST["pcod"];
    $obj->prfsts = 'V';
    $obj->updprfsts();
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TaskRabbit</title>
<link href="../css/style.css" rel="stylesheet" type="text/css" />
<link href="../css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css" />
</head>

<body>
<!--wrapper-start-->
<div class="wrapper inner"> 
  <!--header-->
  <div class="header">
    <div class="center">
      <div class="main-header">