This commit is contained in:
2022-07-16 20:52:54 -04:00
parent 1a6bade648
commit 4b99c679aa
4 changed files with 215 additions and 169 deletions
+1 -6
View File
@@ -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);