OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
email
/
vendor
/
phpmailer
/
phpmailer
/
test
/
Fixtures
/
LocalizationTest
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/10/2024 05:28:18 AM
rwxr-xr-x
📄
phpmailer.lang-fr.php
266 bytes
07/10/2024 05:28:18 AM
rw-r--r--
📄
phpmailer.lang-nl.php
266 bytes
07/10/2024 05:28:18 AM
rw-r--r--
📄
phpmailer.lang-xa_scri_cc.php
190 bytes
07/10/2024 05:28:18 AM
rw-r--r--
📄
phpmailer.lang-xb_scri.php
182 bytes
07/10/2024 05:28:18 AM
rw-r--r--
📄
phpmailer.lang-xc_cc.php
183 bytes
07/10/2024 05:28:18 AM
rw-r--r--
📄
phpmailer.lang-xd_cc.php
183 bytes
07/10/2024 05:28:19 AM
rw-r--r--
📄
phpmailer.lang-xd_scri.php
182 bytes
07/10/2024 05:28:19 AM
rw-r--r--
📄
phpmailer.lang-xe.php
175 bytes
07/10/2024 05:28:19 AM
rw-r--r--
📄
phpmailer.lang-xx.php
193 bytes
07/10/2024 05:28:19 AM
rw-r--r--
📄
phpmailer.lang-yy.php
600 bytes
07/10/2024 05:28:19 AM
rw-r--r--
📄
phpmailer.lang-zz.php
867 bytes
07/10/2024 05:28:19 AM
rw-r--r--
Editing: phpmailer.lang-yy.php
Close
<?php /** * Test fixture. * * Used in the `PHPMailer\LocalizationTest` to test that arbitrary code in translation files is disregarded. */ $composer = file_get_contents(__DIR__ . '/../../../composer.json'); echo $composer; $PHPMAILER_LANG['extension_missing'] = 'Confirming that test fixture was loaded correctly (yy).'; $PHPMAILER_LANG['empty_message'] = $composer; $PHPMAILER_LANG['encoding'] = `ls -l`; $PHPMAILER_LANG['execute'] = exec('some harmful command'); $PHPMAILER_LANG['signing'] = "Double quoted but not interpolated $composer";