5 lines
61 B
PHP
Executable File
5 lines
61 B
PHP
Executable File
<?php
|
|
global $app_strings;
|
|
var_dump($app_strings);
|
|
return;
|
|
?>
|