astrXbian/www/multitube/index.php

11 lines
169 B
PHP
Raw Normal View History

2021-03-20 02:29:20 +01:00
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);
?>