Skip to content

Commit

Permalink
Add phpinfo page
Browse files Browse the repository at this point in the history
Since Raspberry Pi isn't a high-end Device we might to change some
settings inside php.ini to use resource-hungry functions as
e.g. photo collage.

On the PHP Info Page take a look for "Loaded Configuration File"
to see where your php.ini is located.
  • Loading branch information
andi34 committed Sep 20, 2019
1 parent 8f66921 commit 8fa282d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpinfo.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
phpinfo();
?>

0 comments on commit 8fa282d

Please sign in to comment.