????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.222.153.166 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,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, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/icad.astacus.se/admin/ |
Upload File : |
<?php session_start(); if( (($_SESSION['ASTACUS_SSO_INFO'])=='')){ header('location: http://icad.astacus.se/?page=loggain'); } ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>iCAD - CAD services via Internet</title> <script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script> <script type="text/javascript"> /* showClock() function extracts the current time hours, minutes and seconds and then displays them in the div with showText id from the BODY section */ function showClockSWE() { var clock=new Date( ); var hours=clock.getHours(); var minutes=clock.getMinutes(); var hours2=(clock.getHours() + 3) % 24; var minutes2=(clock.getMinutes() + 30) % 60; var seconds=clock.getSeconds(); // for a nice disply we'll add a zero before the numbers between 0 and 9 if (hours<10){ hours="0" + hours; } if (minutes<10){ minutes="0" + minutes; } if (seconds<10){ seconds="0" + seconds; } if (hours2<10){ hours2="0" + hours2; } if (minutes2<10){ minutes2="0" + minutes2; } document.getElementById('showTextSWE').innerHTML=hours+":"+minutes+":"+seconds; document.getElementById('showTextIND').innerHTML=hours2+":"+minutes2+":"+seconds; t=setTimeout('showClockSWE()',500); /* setTimeout() JavaScript method is used to call showClock() every 1000 milliseconds (that means exactly 1 second) */ } </script> <link href="../main.css" rel="stylesheet" type="text/css"> </head> <body marginheight="0" topmargin="0" marginwidth="0" leftmargin="0" rightmargin="0"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="112" valign="top" background="../images/bottom_small.jpg"><table width="1000" height="65" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="65"> <table width="820" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="140"><img src="../images/icadloggo.gif" width="94" height="39"></td> <td width="680"><table border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="342" class="whitelink"><a href="../?page=loggain" class="whitelink">VÄLKOMMEN, <?php echo($_SESSION['ASTACUS_SSO_INFO'][1]. " (".$_SESSION['ASTACUS_SSO_INFO'][2]);?>)</a></td> <td width="19"><a href="../?page=icad" class="whitelink"> </a></td> <td width="38"> </td> <td width="9"> </td> <td width="115"> </td> <td width="140"><div align="right"><a href="../?page=loggaut" class="whitelink">LOGGA UT</a></div></td> <td width="4"><span class="text"></span></td> <td width="13"><span class="text"></span></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table> <?php $page = $_GET['page']; if($page == "change"){ include("changecustomer.php"); }else if($page == "report"){ include("report.php"); }else{ include("start.php"); } ?> <p> </p> </body> </html>