mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
10 lines
165 B
PHP
10 lines
165 B
PHP
<?php
|
|
/*
|
|
This file is just for testing purposes to detect the correct
|
|
PHP settings for nginx web servers with php-fpm
|
|
Please ignore.
|
|
*/
|
|
|
|
echo "success";
|
|
?>
|