settings('title'), 'name:description' => contentRow($id)->keywords, 'name:keywords' => contentRow($id)->label, ]); */ Cookie::insert('returnlink', 'bugs'); Masterpage::meta([ 'name:description' => "Pisilinux istek ve hata kayıtlarının toplandığı alandır", 'name:keywords' => "Bugs, hata, istek", ]); } function new(){ if (Session::select('userid') =='') { redirect('bugs'); } if (Method::post()) {$this->bugs_model->new(Method::post());} } function edit(){ $id = Uri::get('edit'); $userid = Session::select('userid'); if (bugsRow($id)->userid == $userid OR session::select('yetki')=='1') { if (Method::post()) {$this->bugs_model->edit(Method::post());} View::id($id)->control('1'); }else{ view::control('0'); //echo "