Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
winter
/
wp-content
/
plugins
/
hmenu
/
inc
📤 Upload
📝 New File
📁 New Folder
Close
Editing: frame_sec.check.php
<?php #FRAME SECURITY CHECK if(isset($_GET['st'])){//check for security tag $file = '../frame_sec/'. $_GET['st']; if(is_file($file) && intval(time() - filemtime($file)) < 1200){ //check that tag exists and is less than 60 seconds old //valid $secure_tag = true; }else{ echo ' <script type="text/javascript"> window.parent.hmenu_show_security_tag_timeout_error(); </script> '; } }
Save
Cancel