<?php session_start(); $actual_link = $_SERVER['HTTP_REFERER']; $link = str_replace("installation/forms/create_admin_profile.php","","$actual_link"); //echo $link; ?> <!DOCTYPE html> <html lang="en"> <head> <title>Installation Completed</title> <meta charset="utf-8"> <!-- Viewport configuration, scaling options --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <!---Canonical-Tage---> <link rel="canonical" href="completed.html"> <link href="assets/css/bootstrap.min.css" rel="stylesheet"> <!-- Roboto font --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!--Unique id Begin--> <div id="s_mm"> <!--TopBar Begin--> <div class="bg-primary p-3"> <div class="container-fluid"> <div class="row"> <h5 class="text-center text-white p-0 m-0"><img src="assets/images/shooting-star.png" class="img-fluid me-3" width="30">All the information has been done successfully.<img src="assets/images/shooting-star.png" class="img-fluid ms-3" width="30"></h5> </div> </div> </div> <!--TopBar End--> <section class="py-5"> <div class="container"> <div class="row"> <div class="col-md-8 mx-auto"> <img src="assets/images/congo-1.png" class="img-fluid position-absolute bottom-0 start-0" alt="congo" title="congo" width="150"> <img src="assets/images/congo-2.png" class="img-fluid position-absolute bottom-0 end-0" alt="congo" title="congo" width="150"> <div class="alert alert-secondary mb-4" role="alert"> <div class="text-center"> <p class="m-0"><strong>URL:</strong> <a class="text-dark" href="<?=$link?>"><?=$link?></a></p> </div> </div> <div class="alert alert-secondary mb-4" role="alert"> <div class="text-center"> <p class="m-0"><strong>Admin URL:</strong> <a class="text-dark" href="<?=$link?>admin/login.php"><?=$link?>admin/login.php</a></p> </div> </div> <div class="alert alert-warning text-center"> Thanks your installation is done successfully <img src="assets/images/thumbs-up.png" class="img-fluid" width="50"> </div> </div> </div> </div> </section> </div> <!--Unique id End--> <script src="assets/js/bootstrap.bundle.min.js"></script> </body> </html>