0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
ADMIN
/
[
Home
]
File: adminhome.PHP
<?php include("include/adminheader.php"); ?> Welcome Admin <?php include "include/footer.php"; ?> <link href="../gentelella-1.3.0/vendors/pnotify/dist/pnotify.css" rel="stylesheet"> <script src="../gentelella-1.3.0/vendors/pnotify/dist/pnotify.js"></script> <button class="btn btn-default source hide" onclick="new PNotify({ title: 'Welcome', text: 'Admin', type: 'success', hide: false, styling: 'bootstrap3' });">Success</button> <script type="text/javascript"> $(document).ready(function() { $(".source").click(); setTimeout(function() {PNotify.removeAll();}, 4000); }); </script>