Tests: initial PHP application tests.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php if ($_SERVER['REQUEST_METHOD'] === 'GET'): ?>
|
||||
True
|
||||
<?php else: ?>
|
||||
False
|
||||
<?php endif; ?>
|
||||
Reference in New Issue
Block a user