1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-06-06 07:11:54 +00:00
YAO-portal/secure.inc.php

12 lines
196 B
PHP
Raw Normal View History

2019-01-15 02:02:28 +00:00
<?php
/* include this file (only) in every front page */
require_once('Securer.class.php');
/* set csrf token */
Securer::set_csrf_token();
/* set no iframe */
header('X-FRAME-OPTIONS:DENY');