One Hat Cyber Team
Your IP :
216.73.216.24
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
nosc
/
public_html
/
users
/
View File Name :
save_report_form.php
<? require_once("header_users.php"); require_once("functions_admin.php"); ?> <? require_once("functions_users.php"); ?> <? require_once("../login/include/session.php"); ?> <? require_once("../auth/auth.php"); ?> <? $id = take_variable('id'); if ($id) { $referee = referee($id); //$revision = revision($referee['revision_id']); // $_POST['confidential_remark'] = trim($_POST['confidential_remark']); mysql_query("SET NAMES ".$_charset); $cmd = ""; foreach (array("scope","topic","methods","results","novelty","style","language","length","ethic","recommends") as $t) { if ($_POST[$t]) { if ($cmd) $cmd = $cmd. ","; $cmd = $cmd . $t. "='".$_POST[$t]."'"; } } if ($cmd) { mysql_query("UPDATE Referees SET ".$cmd." WHERE id='".$id."'"); } $lang = languify($_POST['lang']); $location= "edit_refereeing_entry.php#questionnaire"; $args = array('id'); $vals = array($_POST['id']); } else { $location = manage_my_refereeing(); $args=NULL; $vals=NULL; } //echo "loa"; go($location,$args,$vals); ?>