https://t.me/RX1948
Server : Apache/2.4.18 (Ubuntu)
System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64
User : oppastar ( 1041)
PHP Version : 7.0.33-0ubuntu0.16.04.15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Directory :  /var/www/blue-sky.co.id/public_html/application/views/themes/1/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/blue-sky.co.id/public_html/application/views/themes/1/send_airport_lounge_cc.php
<table border="1" style="border-collapse: collapse;">
	<thead>
		<tr>
			<th colspan="2" style="font-size: 40px">Your Contact Details</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td style="font-size: 20px">Contact Name</td>
			<td style="font-size: 20px"><?= ucwords($contact_name); ?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Contact Phone</td>
			<td style="font-size: 20px"><?= $contact_phone?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Contact Email</td>
			<td style="font-size: 20px"><?= $contact_email?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Flight</td>
			<td style="font-size: 20px"><?= $choose_flight?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Payment</td>
			<td style="font-size: 20px"><?= $radio?></td>
		</tr>
	</tbody>
</table>
<br>
<table border="1" style="border-collapse: collapse;">
	<thead>
		<tr>
			<th colspan="2" style="font-size: 40px">Traveller Details</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td style="font-size: 30px">Traveller 1 Details</td>
		</tr>
		<tr>
			<td style="font-size: 20px">Your Flight </td>
			<td style="font-size: 20px"><?= $choose_flight_1; ?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Flight Number</td>
			<td style="font-size: 20px"><?= $traveller_name?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Ticket Booking Code</td>
			<td style="font-size: 20px"><?= $booking_code?></td>
		</tr>
		
		<tr>
			<td style="font-size: 20px">KTP</td>
			<td><img style="width: 100%" src="<?= base_url() . '/uploads/'. $foto_ktp_1; ?>"></td>
		</tr>
		
		
		<?php if ($traveller_name2 == NULL && $booking_code2 == NULL && $choose_flight_traveller2 == NULL): ?>
			<?php else: ?>
		<tr>
			<td style="font-size: 30px">Traveller 2 Details</td>
		</tr>

		<tr>
			<td style="font-size: 20px">Your Flight </td>
			<td style="font-size: 20px"><?= $choose_flight_2; ?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Flight Number</td>
			<td style="font-size: 20px"><?= $traveller_name2?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Ticket Booking Code</td>
			<td style="font-size: 20px"><?= $booking_code2?></td>
		</tr>
		
		<tr>
			<td style="font-size: 20px">KTP</td>
			<td><img style="width: 100%" src="<?= base_url() . '/uploads/'. $foto_ktp_2; ?>"></td>
		</tr>
		
		
		<?php endif ?>

		<?php if ($traveller_name3 == NULL && $booking_code3 == NULL && $choose_flight_traveller3 == NULL): ?>
			<?php else: ?>
		<tr>
			<td style="font-size: 30px">Traveller 3 Details</td>
		</tr>

		<tr>
			<td style="font-size: 20px">Your Flight </td>
			<td style="font-size: 20px"><?= $choose_flight_3; ?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Flight Number</td>
			<td style="font-size: 20px"><?= $traveller_name3?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Ticket Booking Code</td>
			<td style="font-size: 20px"><?= $booking_code3?></td>
		</tr>
	
		<tr>
			<td style="font-size: 20px">KTP</td>
			<td><img style="width: 100%" src="<?= base_url() . '/uploads/'. $foto_ktp_3; ?>"></td>
		</tr>
		
		<?php endif ?>
		
		<?php if ($traveller_name4 == NULL && $booking_code4 == NULL && $choose_flight_traveller4 == NULL): ?>
			<?php else: ?>
		<tr>
			<td style="font-size: 30px">Traveller 4 Details</td>
		</tr>

		<tr>
			<td style="font-size: 20px">Your Flight </td>
			<td style="font-size: 20px"><?= $choose_flight_4; ?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Flight Number</td>
			<td style="font-size: 20px"><?= $traveller_name4?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Ticket Booking Code</td>
			<td style="font-size: 20px"><?= $booking_code4?></td>
		</tr>
		
		<tr>
			<td style="font-size: 20px">KTP</td>
			<td><img style="width: 100%" src="<?= base_url() . '/uploads/'. $foto_ktp_4; ?>"></td>
		</tr>
		
		<?php endif ?>

		<?php if ($child == NULL && $booking_child == NULL && $choose_flight_child == NULL): ?>
			<?php else: ?>
		<tr>
			<td style="font-size: 30px">Child Details</td>
		</tr>
		<tr>
			<td style="font-size: 20px">Your Flight </td>
			<td style="font-size: 20px"><?= $choose_flight_child_1; ?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Flight Number</td>
			<td style="font-size: 20px"><?= $child?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Ticket Booking Code</td>
			<td style="font-size: 20px"><?= $booking_child?></td>
		</tr>
		<?php endif ?>

		<?php if ($child2 == NULL && $booking_child2 == NULL && $choose_flight_child2 == NULL): ?>
			<?php else: ?>
		<tr>
			<td style="font-size: 30px">Child 2 Details</td>
		</tr>
		<tr>
			<td style="font-size: 20px">Your Flight </td>
			<td style="font-size: 20px"><?= $choose_flight_child_2; ?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Flight Number</td>
			<td style="font-size: 20px"><?= $child2?></td>
		</tr>
		<tr>
			<td style="font-size: 20px">Ticket Booking Code</td>
			<td style="font-size: 20px"><?= $booking_child2?></td>
		</tr>
		<?php endif ?>
	</tbody>
</table>

https://t.me/RX1948 - 2025