modified : in bg cron var added in these files

This commit is contained in:
Fahad Abbas 2018-06-14 13:19:19 +05:00
parent c73b1ace41
commit bf94be4dc6
5 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
*/
define("THIS_PAGE",'ajax');
$in_bg_cron = true;
$mode = $_POST['mode'];
require 'includes/config.inc.php';

View file

@ -7,7 +7,7 @@
* @author: Saqib Razzaq
* @modified: 8th April, 2016
*/
$in_bg_cron = true;
require '../includes/config.inc.php';
if (isset($_POST['mode'])) {
$mode = $_POST['mode'];

View file

@ -9,7 +9,7 @@
* @author: Saqib Razzaq
* @modified: 8th April, 2016
*/
$in_bg_cron = true;
require '../includes/config.inc.php';
$params = array();
if (isset($_POST['load_type'])) {

View file

@ -7,7 +7,7 @@
* @author: Saqib Razzaq
* @modified: 8th April, 2016
*/
$in_bg_cron = true;
require '../includes/config.inc.php';
if (isset($_POST['mode'])) {
$mode = $_POST['mode'];

View file

@ -7,7 +7,7 @@
* @author: Saqib Razzaq
* @modified: 8th April, 2016
*/
$in_bg_cron = true;
require '../includes/config.inc.php';
if (isset($_POST['mode'])) {
$mode = $_POST['mode'];