Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d621f495
authored
2016-10-05 17:05:31 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit test
1 parent
86c7d95c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
index.php
index.php
View file @
d621f49
...
...
@@ -43,6 +43,7 @@ body {
</script>
</head>
<frameset
rows=
"*,75"
frameborder=
"no"
border=
"0"
framespacing=
"0"
>
<frame
src=
"
<?php
echo
$valid
;
?>
"
name=
"mainFrame"
id=
"mainFrame"
title=
"mainFrame"
/>
<frame
src=
"menu.php?d=
<?php
echo
$_SERVER
[
'HTTP_HOST'
]
.
$id
;
?>
"
name=
"bottomFrame"
scrolling=
"No"
noresize=
"noresize"
id=
"bottomFrame"
title=
"bottomFrame"
/>
...
...
Please
register
or
sign in
to post a comment