Skip to content
Snippets Groups Projects
checkPinCode.php 256 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    	if (isset($_SESSION['sign']['encodedPinCode'])){
    
    		echo "{status:1, pin : '". functions::xssafe($_SESSION['sign']['encodedPinCode']) ."', index_key : '". functions::xssafe($_SESSION['sign']['indexKey']) ."'}";