File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/gamelist.php.tar
Back
home/newsbmcs.com/public_html/play1/admin/core/gamelist.php 0000644 00000000710 15027321404 0017754 0 ustar 00 <?php if (isset($_GET['status'])) { if ($_GET['status'] == 'success') { show_alert(isset($_GET['info']) ? $_GET['info'] : 'Game successfully update!', 'success'); } elseif ($_GET['status'] == 'deleted') { show_alert(isset($_GET['info']) ? $_GET['info'] : 'Game removed!', 'danger'); } } if (isset($_GET['slug'])){ if($_GET['slug'] === 'edit'){ include 'core/gamelist-edit.php'; } } else { include 'core/gamelist-list.php'; } ?>