bunkerweb/examples/multisite-custom-subfolders/apps/app3.example.com/another-folder/index.php

5 lines
37 B
PHP

<?php
echo "welcome to app3 !";
?>