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
e35eab6402f79388d5acf79457ea5be28e7aa021
Authored by
Eugeny Galkovskiy
2016-11-04 14:06:01 +0200
1 parent
f9952aa4
123
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
www-arktika/list.php
Inline
Side-by-side
www-arktika/list.php
Wrap text
Show/Hide comments
View file @
e35eab6
1
1
<?php
2
+ if(isset($_GET['promo'])){
3
+ $code = $_GET['promo'];
4
+ echo $code;
5
+ }
2
6
?>
3
7
<html><head>
4
8
<meta charset="utf-8">
...
...