Server IP : 85.214.239.14 / Your IP : 18.226.163.103 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/3/root/srv/automx/automx-master/src/html/ |
Upload File : |
<!DOCTYPE html> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title>automx - Mobile Clients</title> <link rel="stylesheet" href="css/app.css" /> <script src="js/vendor/custom.modernizr.js"></script> </head> <body> <div class="row"> <div id="company-banner" class="small-12 large-6 large-centered columns"> <img src="img/company-banner.png" /> </div> </div> <div class="row"> <div class="small-12 large-6 large-centered columns"> <form action="/mobileconfig" method="post"> <input type="hidden" name="_mobileconfig" value="true" /> <label for="emailaddress">Email address</label> <input name="emailaddress" id="emailaddress" type="email" placeholder="john.doe@example.com (mandatory)"> <label for="cn">Full name</label> <span data-tooltip data-options="disable-for-touch:true" class="has-tip tip-top" title="Mails from you will only display your email address if you leave this field empty."> <input name="cn" id="cn" type="text" placeholder="John Doe (optional)"> </span> <label for="password">Password</label> <span data-tooltip data-options="disable-for-touch:true" class="has-tip tip-top" title="You will be asked for the password on first login if you leave this field empty."> <input name="password" id="password" type="password" placeholder="Password (optional)"> </span> <input type="submit" class="button small-12 right" value="Request configuration!" /> </form> </div> </div> <div id="footer-desktop" class="hide-for-small"> <a class="right automx-powered" href="https://automx.org" target="_blank">Powered by <img src="img/automx-banner.png" width="126" height="20" alt="automx banner" /></a> </div> <div id="footer-mobile" class="show-for-small row"> <div class="small-12 columns"> <a class="right automx-powered" href="https://automx.org" target="_blank">Powered by <img src="img/automx-banner.png" width="126" height="20" alt="automx banner" /></a> </div> </div> <script> document.write('<script src=' + ('__proto__' in {} ? 'js/vendor/zepto' : 'js/vendor/jquery') + '.js><\/script>') </script> <script src="js/foundation.min.js"></script> <script src="js/foundation/foundation.forms.js"></script> <script src="js/foundation/foundation.tooltips.js"></script> <script> $(document).foundation(); function hideAddressBar() { if(!window.location.hash) { if(document.height <= window.outerHeight + 10) { document.body.style.height = (window.outerHeight + 50) +'px'; setTimeout( function() { window.scrollTo(0, 1); }, 50 ); } else { setTimeout( function() { window.scrollTo(0, 1); }, 0 ); } } } window.addEventListener("load", hideAddressBar ); window.addEventListener("orientationchange", hideAddressBar ); </script> </body> </html>