+ ADD standard heroku php project
This commit is contained in:
8
web/app/info.php
Normal file
8
web/app/info.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
// Show all information, defaults to INFO_ALL
|
||||
phpinfo();
|
||||
|
||||
// Show just the module information.
|
||||
// phpinfo(8) yields identical results.
|
||||
phpinfo(INFO_MODULES);
|
||||
Reference in New Issue
Block a user