| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/hans_sites/phonelesswork.com/ |
Upload File : |
<?php
session_start();
ob_start();
//echo '<pre>'.print_r($_SESSION,true).'</pre>';
?>
<h3>Update Phone</h3>
<div style="text-align:left;">
<div style="padding-top:10px;">Replacing an old phone is easy</div>
<ol>
<li>Plug USB cord into any open locker</li>
<li>Plug your phone into the cord you just connected</li>
<li>Close and lock the locker</li>
<li>Click Refresh</li>
</ol>
</div>
<a href="phone_edit_new_device_list.php?id=<?= $_GET['id'];?>"><button class="submit_button">Refresh</button></a>
<?php $body = ob_get_clean();
include('layout.php');