mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Only charge firts task when is console and not metaconsole
This commit is contained in:
parent
1b4ae0d26e
commit
f88c2b4ce1
@ -243,8 +243,10 @@ if (!empty($result)) {
|
|||||||
html_print_table ($table);
|
html_print_table ($table);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
require_once ($config['homedir'] . "/general/firts_task/tags.php");
|
if(!defined("METACONSOLE")){
|
||||||
return;
|
require_once ($config['homedir'] . "/general/firts_task/tags.php");
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
echo "<table border=0 cellpadding=0 cellspacing=0 width=100%>";
|
echo "<table border=0 cellpadding=0 cellspacing=0 width=100%>";
|
||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user