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
09ab55d4
authored
2016-10-05 16:58:29 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
de
1 parent
f4568850
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
index.php
index.php
View file @
09ab55d
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<title>
Tenzing Communications Inc.
<
/title
<?php
header
(
"Access-Control-Allow-Origin"
,
"*"
);
?>
<style
type=
"text/css"
>
body
{
margin
:
0
;
padding
:
0
;
background-color
:
#3b0d32
;
color
:
#777
;
}
</style>
<script
type=
"text/javascript"
>
// document.domain = 'gotenzing.com';
</script>
</head>
<?php
session_start
();
...
...
@@ -23,25 +42,6 @@
?>
<?php
header
(
"Access-Control-Allow-Origin"
,
"*"
);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<title>
Tenzing Communications Inc.
</title>
<style
type=
"text/css"
>
body
{
margin
:
0
;
padding
:
0
;
background-color
:
#3b0d32
;
color
:
#777
;
}
</style>
<script
type=
"text/javascript"
>
// document.domain = 'gotenzing.com';
</script>
</head>
<frameset
rows=
"*,75"
frameborder=
"no"
border=
"0"
framespacing=
"0"
>
<frame
src=
"
<?php
echo
$valid
;
?>
"
name=
"mainFrame"
id=
"mainFrame"
title=
"mainFrame"
/>
...
...
Please
register
or
sign in
to post a comment