Files
vuefilemanager/public/phpinfo.php
Miloš Holba 68acf5f986 Add Gallery
2020-08-08 21:53:43 +02:00

6 lines
67 B
PHP

<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>