| Server IP : 188.114.96.2 / Your IP : 104.23.243.201 Web Server : Apache/2.4.59 (Debian) System : Linux EDL-STRETCH 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64 User : edlftp ( 1002) PHP Version : 7.4.33 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 : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/nicolasj/www/sms.formationlangues.be/application/views/ |
Upload File : |
<?php
/*********************
*********************
Template : "hello.php"
Controller : "Hello.php"
Main Page
Creation 25/07/2019
Aernout Guillaume
http://codes.solutions
*********************
*********************/
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Sms 1.4 -- Hello Page</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Muli:400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Passion+One" rel="stylesheet">
<!-- Font Awesome Icon -->
<link type="text/css" rel="stylesheet" href="/assets/frontend/font-awesome.min.css" />
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="/assets/frontend/style.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="info-box" clas="navbar-fixed-top"
style="z-index: 99999999999999999;text-align: center;height: 30px;padding: 5px;font-family: sans-serif;
background-color: rgb(136, 48, 48);color: white;<?php if($visibility == "visible"){ echo "visibility:".$visibility."; display:true;"; }else{ echo "display:none;";} ?>">
<? echo $message ?>
</div>
<div id="main">
<div class="main-bg"></div>
<div class="main">
<div class="main-404">
<h1><? echo get_phrase('hello');?>!</h1>
</div>
<h2>You are on the SMS 1.4 APP</h2>
<em> Login to the <a href="Login">app</a> or go back to <a href="https://formationlangues.be">formationlangues.be</em>
<br>
<br>
<div class="main-social">
</div>
<div><a class="btn-link" href="Login">Login Page</a><br>
<a class="btn-link" href="https://formationlangues.be">Front End</a>
</div>
</div>
</div>
</body><!-- This templates was made by Colorlib (https://colorlib.com) -->
</html>