init.php 129 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php function pmxe_init() { if(!empty($_GET['check_connection'])) { exit(json_encode(array('success' => true))); } }