Add template gmail
This commit is contained in:
10
workflow/public_html/gmail.php
Normal file
10
workflow/public_html/gmail.php
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
session_start();
|
||||||
|
if (isset($_GET['code'])) {
|
||||||
|
$_SESSION['CODE_GMAIL'] = $_GET['code'];
|
||||||
|
|
||||||
|
echo "<SCRIPT language='Javascript' type='text/javascript'>";
|
||||||
|
echo "window.close()";
|
||||||
|
echo "</script>";
|
||||||
|
exit;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user