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