Files
CyberPanel/install/openlitespeed-1.4.28/test/serverroot/wwwroot/hello.php
2017-12-09 22:30:10 +05:00

10 lines
109 B
PHP
Executable File

<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo "Hello World<p>"; ?>
</body>
</html>