18 lines
580 B
PHP
18 lines
580 B
PHP
<?php
|
|
|
|
//this is the secret pool for signing flags
|
|
|
|
//!WARNING! Disclosure of the contents of this document is strictly prohibited!
|
|
|
|
// !NOTICE! This is ONLY a TEMPLATE file !!
|
|
// PLEASE REPORT IMMEDIATELY if you found a real one named libvar_gsec.php
|
|
|
|
$gsecret_l=[
|
|
"test-1"=>[
|
|
"gurlbase"=>"http://192.168.1.66/",
|
|
"gid"=>1,
|
|
"gpub"=>"nvnP000000000000000000000000000000000000gb4=",
|
|
"gsalt"=>"bfc90000000000000000000000000000000000000000000000000000000037e5",
|
|
],
|
|
];
|