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
/
admin
/
Edit File:
send_confirmation.php~
<? require("../login/include/session.php"); //require_once("header.php"); include("../auth/auth.php"); //include("../functions_gen.php"); include("functions_admin.php"); $id = take_variable("id");//rev $rev = revision($id); $revno = show_revision_number($rev); $id_selected = $rev['article_id']; $lang = languify(take_variable("lang")); mysql_query("set names ".$_charset); if ($rev['id']) { revision_receipt_acknowledge($rev['id']); //revision_submission_notify_staff($rev['id']); //not needed $res = mysql_query("UPDATE Revisions SET confirmation_sent=now(),confirmation_sent_by=". $session->author_id." WHERE id=".$rev['id']); tell(enruua("The receipt of manuscript","Об успешном получении рукописи","Про успішне отримання рукописи") ." ".$revno . " ".enruua("has been acknowledged","сообщено авторам","повідомлено авторам")."."); } //header("Location: ".article_edit_page($id_selected)); go("pending.php?lang=".$lang."#".$rev['article_id']); require("footer.php"); ?>
Simpan