+ ADD standard heroku php project
This commit is contained in:
5
web/app.php
Normal file
5
web/app.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
echo "<h1 align=\"center\" >Welcome kpack CNB PHP test image</h1>";
|
||||
|
||||
require_once dirname(__FILE__).'/app/info.php';
|
||||
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