Submitted source to repo
This commit is contained in:
commit
024ba6bd41
343 changed files with 56259 additions and 0 deletions
1
application/README.md
Normal file
1
application/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
This is the directory you should put your PHP application.
|
||||
15
application/index.php
Normal file
15
application/index.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<title>php-webkit</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<?php phpinfo(); ?>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue