Administrator
/
my-new-semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
9d52396a787c651fd74a92cce7a276f9cd5fe12a
Authored by
Eugeny Galkovskiy
2016-11-04 14:06:51 +0200
1 parent
e35eab64
123
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
www-arktika/list.php
Inline
Side-by-side
www-arktika/list.php
Wrap text
Show/Hide comments
View file @
9d52396
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
...
...