mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
* typo corrections * more typos * initial work towards dockerized version of grocy * placeholder for future README * fully working dockerized grocy * updated final size of docker images
6 lines
67 B
PHP
6 lines
67 B
PHP
<?php
|
|
|
|
// Show all information, defaults to INFO_ALL
|
|
phpinfo();
|
|
|
|
?>
|