4 lines
115 B
PHP
4 lines
115 B
PHP
<?php
|
|
// default included page for page.php?page=home
|
|
echo "<h2>Home</h2><p>Welcome to the newploit dev box.</p>";
|