1KA_F2F/utils/phpinfo.php

6 lines
30 B
PHP
Raw Permalink Normal View History

2020-08-14 13:36:36 +02:00
<?php
phpinfo();
die();
?>