2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Updated to trunk

This commit is contained in:
Adam Zammit
2015-09-02 14:42:05 +10:00
55 changed files with 3337 additions and 3357 deletions

View File

@@ -50,6 +50,14 @@ include (realpath(dirname(__FILE__) . "/../db.inc.php"));
include (realpath(dirname(__FILE__) . "/../functions/functions.process.php"));
//end any other process
$p = is_process_running(2);
if ($p)
{
kill_process($p);
end_process($p);
}
start_process(realpath(dirname(__FILE__) . "/../admin/systemsortprocess.php"),2);
$p = is_process_running();
if ($p)
@@ -59,4 +67,5 @@ if ($p)
}
start_process(realpath(dirname(__FILE__) . "/../admin/process.php"));
?>