Skip to content

Instantly share code, notes, and snippets.

@Shagshag
Last active March 24, 2017 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Shagshag/34b4e434e4ef70770568cfdd8d68b20d to your computer and use it in GitHub Desktop.
Save Shagshag/34b4e434e4ef70770568cfdd8d68b20d to your computer and use it in GitHub Desktop.
<?php
class BackupDatabaseCronModuleFrontController extends ModuleFrontController
{
public function init()
{
$this->module->cron();
die();
}
}
@SebSept
Copy link

SebSept commented Mar 24, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment