Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/dceprojects.corals.io/Corals/modules/ProjectPlan/resources/lang/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/corals/dceprojects.corals.io/Corals/modules/ProjectPlan/resources/lang/en/import.php
<?php

return [
    'labels' => [
        'import' => '<i class="fa fa-th fa-th"></i> Import',
        'download_sample' => '<i class="fa fa-download fa-th"></i> Download Import Sample',
        'column' => 'Column',
        'description' => 'Description',
        'column_description' => 'Import columns description',
        'file' => 'Import File (csv)',
        'upload_file' => '<i class="fa fa-upload fa-th"></i> Upload',
    ],
    'messages' => [
        'file_uploaded' => 'File has been uploaded successfully and a job dispatched to handle the import process.'
    ],
    'exceptions' => [
        'invalid_headers' => 'Invalid import file columns. Please check the sample import file.',
        'path_not_exist' => 'path not exist.',
    ],
    'vendor-headers' => [
        'name' => 'vendor name',
        'address' => 'vendor address',
        'address2' => 'vendor address2',
        'city' => 'vendor city',
        'state' => 'vendor state',
        'zip' => 'vendor zip',
        'country' => 'vendor country',
        'email' => 'vendor email',
        'phone' => 'vendor phone',
        'types' => 'vendor types pipe separated e.g.: trucking|cross-rental',
        'notes' => 'vendor notes'
    ],
    'contact-headers' => [
        'name' => 'contact name',
        'phone' => 'contact phone',
        'email' => 'contact email',
        'notes' => 'contact notes',
    ],
    'customer-headers' => [
        'name' => 'customer name',
        'address' => 'customer address',
        'address2' => 'customer address2',
        'city' => 'customer city',
        'state' => 'customer state',
        'zip' => 'customer zip',
        'country' => 'customer country',
        'phone' => 'customer phone',
        'email' => 'customer email',
        'notes' => 'customer notes',
    ],
    'venue-headers' => [
        'name' => 'venue name',
        'address' => 'venue address',
        'address2' => 'venue address2',
        'city' => 'venue city',
        'state' => 'venue state',
        'zip' => 'venue zip',
        'country' => 'venue country',
        'phone' => 'venue phone',
        'email' => 'venue email',
        'notes' => 'venue notes'
    ],
    'hotel-headers' => [
        'name' => 'Hotel name',
        'phone' => 'Hotel phone',
        'email' => 'Hotel email',
        'address' => 'Hotel address',
    ],
];

Spamworldpro Mini