OwlCyberSecurity - MANAGER
Edit File: quickstart.php
<?php if (empty($_GET['pg'])) { include(sim_WP_PAGES_PATH."/quickstart-content.php"); } else { $the_page = sim_WP_PAGES_PATH."/".$_GET['pg'].".php"; if (file_exists($the_page)) { include($the_page); } } ?>