Files
ventas_php/modules/redirect.php

6 lines
41 B
PHP
Executable File

<?php
print_r($_GET);
exit;
?>