mirror of
https://github.com/pierre42100/comunic
synced 2025-06-25 11:23:31 +00:00
First commit
This commit is contained in:
19
3rdparty/crypt/cryptographp.php
vendored
Executable file
19
3rdparty/crypt/cryptographp.php
vendored
Executable file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
// -----------------------------------------------
|
||||
// Cryptographp v1.4
|
||||
// (c) 2006-2007 Sylvain BRISON
|
||||
//
|
||||
// www.cryptographp.com
|
||||
// cryptographp@alphpa.com
|
||||
//
|
||||
// Licence CeCILL modifi<66>e
|
||||
// => Voir fichier Licence_CeCILL_V2-fr.txt)
|
||||
// -----------------------------------------------
|
||||
|
||||
|
||||
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