Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
load->model('User_model');
$this->load->helper("url");
$this->load->library("pagination");
$this->load->library('user_agent');
if (!$this->session->userdata('user_name')) {
$this->session->set_flashdata('flash_data', 'You don\'t have access!');
redirect('Welcome');
}
}
//this function redirecting different pages after users loged in
public function index() {
$this->load->view('includes/header');
$this->load->view('pages/home');
$this->load->view('includes/footer');
}
public function update_date(){
$this->db->where('id',$_POST['id'])->update('sendOrder',array('date'=>$_POST['date']));
redirect($_SERVER['HTTP_REFERER']);
}
public function register_branches() {
$this->load->view('includes/header');
$this->load->view('pages/branches');
$this->load->view('includes/footer');
}
public function users() {
$this->load->view('includes/header');
$this->load->view('pages/users');
$this->load->view('includes/footer');
}
public function viewStockListBranch() {
$this->load->view('includes/header_print');
$this->load->view('pages/viewStockListBranch');
$this->load->view('includes/footer_print');
}
public function branchStockAdmin() {
$this->load->view('includes/header_print');
$this->load->view('pages/branchStockAdmin');
$this->load->view('includes/footer_print');
}
public function registerItems() {
$this->load->view('includes/header');
$this->load->view('pages/registerItems');
$this->load->view('includes/footer');
}
public function viewItems() {
$this->load->view('includes/header');
$this->load->view('pages/viewItems');
$this->load->view('includes/footer');
}
public function pendingRequests() {
$this->load->view('includes/header');
$this->load->view('pages/pendingRequests');
$this->load->view('includes/footer');
}
public function receiveItems() {
$this->load->view('includes/header');
$this->load->view('pages/receiveItems');
$this->load->view('includes/footer');
}
public function sendItems() {
$this->load->view('includes/header');
$this->load->view('pages/sendItems');
$this->load->view('includes/footer');
}
public function sendItemnew() {
$this->load->view('includes/header');
$this->load->view('pages/sendItemnew');
$this->load->view('includes/footer');
}
public function stockList() {
$this->load->view('includes/header');
$this->load->view('pages/stockList');
$this->load->view('includes/footer');
}
public function viewMainStock() {
$this->load->view('includes/header');
$this->load->view('pages/viewMainStock');
$this->load->view('includes/footer');
}
public function listBranch() {
$this->load->view('includes/header');
$this->load->view('pages/listBranch');
$this->load->view('includes/footer');
}
public function listBranch2() {
$this->load->view('includes/header');
$this->load->view('pages/listBranch2');
$this->load->view('includes/footer');
}
public function generalStock() {
$this->load->view('includes/header_print');
$this->load->view('pages/generalStock');
$this->load->view('includes/footer_print');
}
public function generalAllSales() {
$this->load->view('includes/header_print');
$this->load->view('pages/generalAllSales');
$this->load->view('includes/footer_print');
}
public function generalByItems() {
$this->load->view('includes/header_print');
$this->load->view('pages/generalByItems');
$this->load->view('includes/footer_print');
}
public function stockListBranch() {
$this->load->view('includes/header');
$this->load->view('pages/stockListBranch');
$this->load->view('includes/footer');
}
}