whoami7 - Manager
:
/
home
/
techyfnq
/
mailer.techinfrareviews.com
/
mailer.segnant.com
/
back
/
includes
/
Upload File:
files >> //home/techyfnq/mailer.techinfrareviews.com/mailer.segnant.com/back/includes/validate.settings.php
<?php if ($_POST['formaction'] == 'add') { $error .= "Adding new parameter has been disabled.<br />"; } if (strlen($error)) { $errorMsg = "<strong style='color: red'>$error</strong>"; } if ($_POST['formaction'] == 'edit') { $ID = $_POST['ID']; $FIELDCONSTANT = $_POST['txtfieldconstant']; $FIELDVALUE = trim($funcObj->AppendSlashes($_POST['txtfieldvalue'])); $DESCRIPTION = trim($funcObj->AppendSlashes($_POST['txtdescription'])); $error = ""; if (empty($FIELDVALUE)) { $error .= "Parameter value is required.<br />"; } if (strlen($error)) { $errorMsg = "<strong>Please correct the following error(s):</strong> <br /> $error"; } } ?>
Copyright ©2021 || Defacer Indonesia