Commit 9d52396a787c651fd74a92cce7a276f9cd5fe12a

Authored by Eugeny Galkovskiy
1 parent e35eab64

123

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
www-arktika/list.php
1 1 <?php
2 2 if(isset($_GET['promo'])){
3 3 $code = $_GET['promo'];
4   - echo $code;
5   - }
6 4 ?>
7 5 <html><head>
8 6 <meta charset="utf-8">
... ... @@ -226,4 +224,5 @@
226 224  
227 225 </body></html>
228 226 <?php
  227 + }
229 228 ?>
230 229 \ No newline at end of file
... ...