Skip to content

Instantly share code, notes, and snippets.

View SebSept's full-sized avatar
💭
Learning...

Sébastien Monterisi SebSept

💭
Learning...
View GitHub Profile
@SebSept
SebSept / cron.php
Last active March 15, 2020 10:40 — forked from Shagshag/cron.php
<?php
class BackupDatabaseCronModuleFrontController extends ModuleFrontController
{
public function init()
{
try {
$this->checkAccess();
$this->module->cron();
header( "backup ok", true ,200 );
@SebSept
SebSept / composer.json
Created December 14, 2021 16:33 — forked from PrestaEdit/composer.json
PrestaShop Validator API (Example)
{
"name": "prestashop/validator",
"authors": [
{
"name": "Prestashop"
}
],
"require": {
"guzzlehttp/guzzle": "^7.0"
}