Submitted source to repo

This commit is contained in:
Brad Metcalf 2015-03-22 16:48:35 -05:00
commit 024ba6bd41
343 changed files with 56259 additions and 0 deletions

1
application/README.md Normal file
View file

@ -0,0 +1 @@
This is the directory you should put your PHP application.

15
application/index.php Normal file
View file

@ -0,0 +1,15 @@
<html>
<head>
<title>php-webkit</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>