mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-09 15:46:24 +02:00
6 lines
183 B
PHP
6 lines
183 B
PHP
<?php
|
|
session_start();
|
|
error_reporting(E_ALL ^ E_NOTICE);
|
|
SetCookie("cryptcookietest", "1");
|
|
Header("Location: cryptographp.inc.php?cfg=".$_GET['cfg']."&sn=".session_name()."&".SID);
|