mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-14 00:54:06 +02:00
Add Monstra from HG Commit 683dcb70c4cc
This commit is contained in:
5
plugins/captcha/crypt/cryptographp.php
Normal file
5
plugins/captcha/crypt/cryptographp.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
session_start();
|
||||
error_reporting(E_ALL ^ E_NOTICE);
|
||||
SetCookie("cryptcookietest", "1");
|
||||
Header("Location: cryptographp.inc.php?cfg=".$_GET['cfg']."&sn=".session_name()."&".SID);
|
Reference in New Issue
Block a user