public/main/inc/ajax/install.ajax.php
Variable "financial_decision" is not in valid camel caps format Open
Open
$financial_decision = $_POST['financial_decision'];
- Exclude checks
Variable "person_role" is not in valid camel caps format Open
Open
'person_role' => $person_role,
- Exclude checks
Variable "person_email" is not in valid camel caps format Open
Open
$person_email = $_POST['person_email'];
- Exclude checks
Variable "contact_language" is not in valid camel caps format Open
Open
'contact_language' => $contact_language,
- Exclude checks
Variable "person_name" is not in valid camel caps format Open
Open
$person_name = $_POST['person_name'];
- Exclude checks
Variable "company_country" is not in valid camel caps format Open
Open
$company_country = $_POST['company_country'];
- Exclude checks
Variable "company_activity" is not in valid camel caps format Open
Open
$a_required_fields = [$person_name, $person_role, $company_name, $company_activity, $company_country];
- Exclude checks
Variable "person_name" is not in valid camel caps format Open
Open
'person_name' => $person_name,
- Exclude checks
Variable "financial_decision" is not in valid camel caps format Open
Open
'financial_decision' => $financial_decision,
- Exclude checks
Variable "company_city" is not in valid camel caps format Open
Open
'company_city' => $company_city,
- Exclude checks
Variable "required_field_error" is not in valid camel caps format Open
Open
if ($required_field_error) {
- Exclude checks
Variable "company_activity" is not in valid camel caps format Open
Open
$company_activity = $_POST['company_activity'];
- Exclude checks
Variable "company_country" is not in valid camel caps format Open
Open
$a_required_fields = [$person_name, $person_role, $company_name, $company_activity, $company_country];
- Exclude checks
Variable "required_field_error" is not in valid camel caps format Open
Open
$required_field_error = true;
- Exclude checks
Variable "company_activity" is not in valid camel caps format Open
Open
'company_activity' => $company_activity,
- Exclude checks
Variable "person_role" is not in valid camel caps format Open
Open
$person_role = $_POST['person_role'];
- Exclude checks
Variable "company_city" is not in valid camel caps format Open
Open
$company_city = $_POST['company_city'];
- Exclude checks
Variable "required_field_error" is not in valid camel caps format Open
Open
$required_field_error = false;
- Exclude checks
Variable "a_required_fields" is not in valid camel caps format Open
Open
foreach ($a_required_fields as $required_file) {
- Exclude checks
Variable "required_file" is not in valid camel caps format Open
Open
if ('' === trim($required_file)) {
- Exclude checks
Variable "company_name" is not in valid camel caps format Open
Open
$a_required_fields = [$person_name, $person_role, $company_name, $company_activity, $company_country];
- Exclude checks
Variable "person_role" is not in valid camel caps format Open
Open
$a_required_fields = [$person_name, $person_role, $company_name, $company_activity, $company_country];
- Exclude checks
Variable "person_email" is not in valid camel caps format Open
Open
'person_email' => $person_email,
- Exclude checks
Variable "company_country" is not in valid camel caps format Open
Open
'company_country' => $company_country,
- Exclude checks
Variable "person_name" is not in valid camel caps format Open
Open
$a_required_fields = [$person_name, $person_role, $company_name, $company_activity, $company_country];
- Exclude checks
Variable "required_file" is not in valid camel caps format Open
Open
foreach ($a_required_fields as $required_file) {
- Exclude checks
Variable "company_name" is not in valid camel caps format Open
Open
'company_name' => $company_name,
- Exclude checks
Variable "contact_language" is not in valid camel caps format Open
Open
$contact_language = $_POST['language'];
- Exclude checks
Variable "company_name" is not in valid camel caps format Open
Open
$company_name = $_POST['company_name'];
- Exclude checks
Variable "a_required_fields" is not in valid camel caps format Open
Open
$a_required_fields = [$person_name, $person_role, $company_name, $company_activity, $company_country];
- Exclude checks