Last active
March 24, 2017 13:14
-
-
Save Shagshag/34b4e434e4ef70770568cfdd8d68b20d to your computer and use it in GitHub Desktop.
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 | |
class BackupDatabaseCronModuleFrontController extends ModuleFrontController | |
{ | |
public function init() | |
{ | |
$this->module->cron(); | |
die(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with http response code : https://gist.github.com/SebSept/ed3c925fdb2c60ddd7f050773e7c32d8