modified : in bg cron var is replaced with is_ajax : due to session handling issue

This commit is contained in:
Fahad Abbas 2018-06-19 17:11:03 +05:00
parent bf94be4dc6
commit da3679d366
5 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
*/
define("THIS_PAGE",'ajax');
$in_bg_cron = true;
$is_ajax = 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;
$is_ajax = 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;
$is_ajax = 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;
$is_ajax = 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;
$is_ajax = true;
require '../includes/config.inc.php';
if (isset($_POST['mode'])) {
$mode = $_POST['mode'];