-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.php
27 lines (24 loc) · 925 Bytes
/
support.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<div class="like-fb-right">
<fieldset>
<legend>Support & More</legend>
<center /> <?php require('.gs.o.php'); ?>
<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</fieldset>
<fieldset>
<legend>Terms & Disclosures</legend>
<?php
$homepage = file_get_contents('https://www.rfig.us/ale/clie/plugin_support©.php');
echo $homepage;
?><?php
$homepage = file_get_contents('https://www.rfig.us/ale/clie/goldfashterms.php');
echo $homepage;
?><?php require('.gf.o.php'); ?>
</fieldset>
</div>