This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"profissoes": [ | |
"Administrador", | |
"Advogado", | |
"Aeronauta", | |
"Arquivista / T\\u00e9cnico de Arquivo", | |
"Artista/T\\u00e9cnico em espet\\u00e1culos de divers\\u00f5es", | |
"Assistente Social", | |
"Atleta Profissional de Futebol", | |
"Atu\\u00e1rio", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (!isset($_GET['ILoveMauticReallyIDo'])) { | |
echo 'The secret phrase is wrong.'; | |
die; | |
} | |
$link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; | |
$allowedTasks = array( | |
'cache:clear', |