Update index.php
This commit is contained in:
parent
c635f2ef63
commit
0e693aebb4
@ -1,7 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(isset($_GET["ark"])){
|
if(isset($_GET["ark"])){
|
||||||
|
|
||||||
$ark = $_GET["ark"];
|
$ark = $_GET["ark"];
|
||||||
@ -10,10 +9,9 @@ if(isset($_GET["ark"])){
|
|||||||
|
|
||||||
$ark = "";
|
$ark = "";
|
||||||
|
|
||||||
return "<h1>Mensagem ARK</h1><p>Nenhum ARK foi passado para que fosse feita uma busca.</p>";
|
echo "<h1>Mensagem ARK</h1><p>Nenhum ARK foi passado para que fosse feita uma busca.</p>";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
x
Reference in New Issue
Block a user