mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
8 lines
No EOL
46 B
PHP
8 lines
No EOL
46 B
PHP
<?php
|
|
|
|
include('config.inc');
|
|
|
|
|
|
echo "OK";
|
|
|
|
?>
|