fix
This commit is contained in:
@@ -347,13 +347,9 @@ class Proj extends Users_Controller {
|
||||
}
|
||||
|
||||
public function thisjob() {
|
||||
// echo 'oooooooooooooooooooooooooo';
|
||||
// $data['redirect_to'] = str_replace(base_url(),'',$_SERVER['HTTP_REFERER']);
|
||||
$data = $this->getSessionArray();
|
||||
$data['redirect_to'] = '/proj/active/';
|
||||
|
||||
|
||||
|
||||
if (!isset($_SESSION['username']) or $_SESSION['username'] == '') {
|
||||
redirect(home);
|
||||
} else {
|
||||
@@ -442,8 +438,7 @@ class Proj extends Users_Controller {
|
||||
}
|
||||
|
||||
public function mycompltjob() {
|
||||
// echo 'oooooooooooooooooooooooooo';
|
||||
$data = $this->getSessionArray();
|
||||
$data = $this->getSessionArray();
|
||||
|
||||
if (!isset($_SESSION['username']) or $_SESSION['username'] == '') {
|
||||
redirect(home);
|
||||
|
||||
Reference in New Issue
Block a user