modified : in bg cron var is replaced with is_ajax : due to session handling issue
This commit is contained in:
parent
bf94be4dc6
commit
da3679d366
5 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
define("THIS_PAGE",'ajax');
|
||||
$in_bg_cron = true;
|
||||
$is_ajax = true;
|
||||
$mode = $_POST['mode'];
|
||||
require 'includes/config.inc.php';
|
||||
|
||||
|
|
|
@ -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'];
|
||||
|
|
|
@ -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'])) {
|
||||
|
|
|
@ -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'];
|
||||
|
|
|
@ -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'];
|
||||
|
|
Loading…
Add table
Reference in a new issue