Skip to content

Instantly share code, notes, and snippets.

View morettic2015's full-sized avatar
🏠
https://morettic.com.br

CEO morettic2015

🏠
https://morettic.com.br
View GitHub Profile
@morettic2015
morettic2015 / profissoes.json
Created April 7, 2020 05:19 — forked from zokis/profissoes.json
Listagem das Profissões Regulamentadas
{
"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",
@morettic2015
morettic2015 / commands.php
Created June 6, 2017 22:32 — forked from escopecz/commands.php
Script to run Mautic (https://mautic.org) commands from a URL.
<?php
if (!isset($_GET['ILoveMauticReallyIDo'])) {
echo 'The secret phrase is wrong.';
die;
}
$link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
$allowedTasks = array(
'cache:clear',