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