mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Allow background processes to run from the command line
This commit is contained in:
@@ -39,11 +39,6 @@ include (dirname(__FILE__) . "/../config.inc.php");
|
|||||||
*/
|
*/
|
||||||
include (dirname(__FILE__) . "/../db.inc.php");
|
include (dirname(__FILE__) . "/../db.inc.php");
|
||||||
|
|
||||||
/**
|
|
||||||
* Authentication file
|
|
||||||
*/
|
|
||||||
include ("auth-admin.php");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Process
|
* Process
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -39,11 +39,6 @@ include (dirname(__FILE__) . "/../config.inc.php");
|
|||||||
*/
|
*/
|
||||||
include (dirname(__FILE__) . "/../db.inc.php");
|
include (dirname(__FILE__) . "/../db.inc.php");
|
||||||
|
|
||||||
/**
|
|
||||||
* Authentication file
|
|
||||||
*/
|
|
||||||
include ("auth-admin.php");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Process
|
* Process
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user