????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 13.59.91.46 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/project/project/ |
Upload File : |
<?php session_start(); if( (($_SESSION['ASTACUS_SSO_INFO'])=='' && $_GET['page'] != 'project_external' )){ header('location: http://icad.astacus.se/?page=loggain&message='.$status); } include("../customerzon/language.php"); ?> <!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>Astacus Project</title> <script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script> <script type="text/javascript" src="sorttable.js"></script> <link href="../main.css" rel="stylesheet" type="text/css"> <script> function init(){ if(localStorage.getItem("lastSort") != ""){ // sorttable.innerSortFunction.apply(document.getElementById(localStorage.getItem("lastSort")), []); } } </script> </head> <body marginheight="0" topmargin="0" marginwidth="0" leftmargin="0" rightmargin="0" onLoad="init();"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="112" valign="top" background="../images/bottom_small.jpg"><table width="100%" height="65" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="65"> <table width="100%" border="0"> <tr> <td width="953" align="left"><div align="left"></div> <table width="839" border="0" align="left" cellpadding="0" cellspacing="0"> <tr> <td width="34"> </td> <td width="146"><img src="astacusproject_logo.png" alt="" width="187" height="26" vspace="5"></td> <td width="659"><table width="600" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td class="whitelink"><a href="../?page=loggain" class="whitelink">Welcome, <?php echo($_SESSION['ASTACUS_SSO_INFO'][1]. " (".$_SESSION['ASTACUS_SSO_INFO'][2]);?>)</a><a href="../?page=icad" class="whitelink"> </a></td> <td width="140"><div align="right"><a href="?page=start&companyId=Alla&countryId=<?php echo($_SESSION['ASTACUS_SSO_INFO'][12]);?>" class="whitelink">HOME</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> <td width="88" align="left"><a href="../?page=loggaut" class="whitelink">LOG OUT</a></td> <td width="61" align="left"><a href="../customerzon/?page=support"><img src="../images/support.png" width="30" height="30" border="0"></a></td> <td width="150" class="whitelink"><a href="../customerzon/?page=support" class="whitelink">Do you need any assistance? Please contact us! </a></td> </tr> </table></td> </tr> </table></td> </tr> </table> <?php $page = $_GET['page']; if($page == "project"){ include("project.php"); }else if($page == "new_project"){ include("new_project.php"); }else if($page == "start"){ include("start.php"); }else if($page == "files"){ include("files.php"); }else if($page == "user"){ include("user.php"); }else if($page == "project_customer"){ include("project_customer.php"); }else if($page == "files_customer"){ include("files_customer.php"); }else if($page == "deliver_files"){ include("deliver_files.php"); }else if($page == "settings"){ include("settings.php"); }else if($page == "add_customer"){ include("add_customer.php"); }else if($page == "new_project_customer"){ include("new_project_customer.php"); }else if($page == "project_production"){ include("project_production.php"); }else if($page == "feedback"){ include("feedback.php"); }else if($page == "manage_users"){ include("manage_users.php"); }else if($page == "reports"){ include("reports.php"); }else if($page == "project_external"){ include("project_external.php"); }else if($page == "projectstatus"){ include("projectstatus.php"); }else if($page == "salesCRM"){ include("salesCRM.php"); }else if($page == "files_new"){ include("files_new.php"); }else if($page == "files_production"){ include("files_production.php"); }else{ include("start.php"); } mysql_close($link); ?> <p> </p> </body> </html>